Skip to content

Tags: rmanoka/async-scoped

Tags

v0.8.0

Toggle v0.8.0's commit message
up version

v0.7.1

Toggle v0.7.1's commit message
(cargo-release) async-scoped version 0.7.1

v0.7.0

Toggle v0.7.0's commit message
Update version 0.7.0

v0.6.1

Toggle v0.6.1's commit message
Release: 0.6.1

v0.6.0

Toggle v0.6.0's commit message
Improve multiple executor support

+ allow spawn handle to return a different type than the
  spawned future's return value (used by tokio::spawn)
+ update to tokio 1.0

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Published v0.5.1 to crates

v0.4.1

Toggle v0.4.1's commit message
Minor optimizations and bug-fixes

+ use `slab::Slab` for wakers (inspired by async-std)
+ refactor `Cancellation` concerns
+ lock-free read of cancellation status
+ better variable names!
+ hide cancellation until API matures

v0.4.0

Toggle v0.4.0's commit message
Move to FuturesUnordered

Better performance when spawning CPU-intensive non-uniform
futures with back-pressure.

v0.3.2

Toggle v0.3.2's commit message
Add into_stream to Scope