-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix against TimeSpan.Zero for max lifetime (#72)
* Fix against TimeSpan.Zero for max lifetime * Move blocking logic to WaitToWrriteAsync and use a more reliable implementation to ensure some drainage happened * remove dead code * ensure noop export waits signicicantly long to force concurrency * model draining before accepting new writes more explicitly * fix typo * fix tests * Ensure WaitToWriteAsync is deterministic (in that it will not wait forever if no drain happens) * revert changes to benchmark project
- Loading branch information
Showing
9 changed files
with
231 additions
and
98 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
Oops, something went wrong.