Releases: smol-rs/event-listener
Releases · smol-rs/event-listener
v5.4.1
03 Aug 21:37
Compare
Sorry, something went wrong.
No results found
Fix a copy-paste error in wait_timeout docs (#152 )
v5.4.0
08 Jan 02:19
Compare
Sorry, something went wrong.
No results found
Add a no_std implementation based on the critical-section crate, enabled
via the feature of the same name. (#148 )
v5.3.1
29 May 02:49
Compare
Sorry, something went wrong.
No results found
Disable some optimizations that, in rare conditions, can cause race conditions
causing notifications to be dropped. (#139 )
Ensure the portable-atomic feature is set properly. (#134 )
Update portable-atomic-util to v0.2.0. (#132 )
Document the std feature. (#134 )
v5.3.0
05 Apr 15:40
Compare
Sorry, something went wrong.
No results found
Add a loom implementation. This feature is unstable and is not semver-supported. (#126 )
Make the panic message for polling the EventListener after it has completed more clear. (#125 )
v5.2.0
29 Feb 05:16
Compare
Sorry, something went wrong.
No results found
Make StackSlot Sync. (#121 )
v5.1.0
18 Feb 05:38
Compare
Sorry, something went wrong.
No results found
Make StackSlot Send. (#119 )
v5.0.0
05 Feb 22:11
Compare
Sorry, something went wrong.
No results found
Breaking: Rework the API to afford better usage. (#105 )
The heap-based API of the v2.x line is back.
However, there is a stack-based API as an alternative.
Add a way to get the total number of listeners. (#114 )
v4.0.3
06 Jan 18:04
Compare
Sorry, something went wrong.
No results found
Relax MSRV to 1.60. (#110 )
v4.0.2
01 Jan 20:14
Compare
Sorry, something went wrong.
No results found
Avoid spinning in wait_deadline. (#107 )
v4.0.1
19 Dec 16:44
Compare
Sorry, something went wrong.
No results found
Fix a use-after-move error after an EventListener is assigned to listen to
another Event. (#101 )