issues
search
lampepfl
/
gears
A strawman for a low-level async library in Scala 3.
https://lampepfl.github.io/gears/
Apache License 2.0
254
stars
25
forks
source link
Renaming `result`/`value` to general `awaitResult`/`await`, along other improvements
#24
Closed
natsukagami
closed
11 months ago
natsukagami
commented
11 months ago
Rename result => awaitResult, value => await, make them Source methods
use more efficient alt/altCancel using Promises rather than spawning Futures
Slight improvement of the tests
Guarantee that future cancellation is done once