Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
join should yield item immediately if either stream is ready
If one of the streams is ready and the other is pending, we should just return the item from the ready stream. Otherwise, join will never resolve until both streams are ready (which could be never). Fixes #12.
- Loading branch information