-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#5361) * rewrite `PipeTo` to use `async` / `await` instead of a callback Doing this for two reasons: 1. Allows the `AsyncLocal` context to flow into the `PipeTo` and its resultant `IActorRef.Tell` call, which is helpful for telemetry purposes 2. Eliminates a `ContinueWith` delegate everywhere it's used. * fixed `QueueSinkSpec` * fixed `QueueSourceSpec` * fixed `PipeToSupportSpec` * fixed racy `PipeToSupportSpec`
- Loading branch information
1 parent
7455752
commit e27220a
Showing
4 changed files
with
49 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters