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)
github-actions
released this
17 Jun 17:08
·
7 commits
to main
since this release
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.