Releases: EmbarkStudios/poll-promise
Releases · EmbarkStudios/poll-promise
0.3.0 - 2023-08-27
Added
- Support
async-std
executor #15 smol
feature to enable the use ofsmol
- refactor
Promise::spawn_async
into two new functions,Promise::spawn_async
andPromise::spawn_local
smol_tick_poll
feature to automatically tick the smol executor when polling promises
Changed
spawn_async
is now calledspawn_local
on web.
Fixed
- Undefined behavior in
PromiseImpl::poll
andPromiseImpl::block_until_ready