Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

rev-76b4159: fix: use stream api instead of channel (#40)

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 17:08
· 7 commits to main since this release
76b4159
Spawning a task has some slightly different async properties compared to the stream api, and in this case, we should prefer the stream api.

This allows us to buffer a preset amount and ties the cancellation of the downstream request more closely to the upstream request.