-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine RequestBody delegate, source state to fix hang (#666)
* Combine RequestBody delegate produceMore and waiting continuations into single state Fixes issue with hang where yield was told to stop producing and but then was told it could continue producing before the next call to yield. * Attempt to remove withCheckedContinuation for produceMore state * Avoid allocating deque if only one continuation is created * Update codecov token * Resume all continuations on produceMore
- Loading branch information
1 parent
b1bc64f
commit c1d1757
Showing
2 changed files
with
138 additions
and
20 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