Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't bother sync-ing a stream with itself (#3007)
given two `stream_ref` objects, `stream1.wait(stream2)` should be a no-op if `stream1 == stream2`. don't bother creating an event for it.
- Loading branch information