Releases: smol-rs/polling
Releases · smol-rs/polling
v3.11.0
14 Sep 14:01
Compare
Sorry, something went wrong.
No results found
Bump MSRV to 1.71. (#251 )
Update to windows-sys v0.61. (#251 )
v3.10.0
03 Aug 21:38
Compare
Sorry, something went wrong.
No results found
Add wait_deadline function. (#226 )
v3.9.0
19 Jul 13:32
Compare
Sorry, something went wrong.
No results found
Add a new optional tracing feature. When enabled, this feature adds logging
to the implementation. By default it is disabled. (#238 )
Update to windows-sys v0.60. (#239 )
v3.8.0
25 May 16:40
Compare
Sorry, something went wrong.
No results found
Implement AsRawFd and AsFd for Poller on Redox OS. (#235 )
Update hermit-abi to v0.5.0. (#229 )
Update rustix to 1.0 (#230 ). This also fixed a bug in wait which (contradicting docs) cleared the events vector instead of appending to it.
Add support for QNX. (#201 )
v3.7.4
07 Nov 15:27
Compare
Sorry, something went wrong.
No results found
Add support for visionOS. (#217 )
Fix typos in documentation. (#216 )
v3.7.3
10 Aug 19:05
Compare
Sorry, something went wrong.
No results found
Update to windows-sys v0.59. (#214 )
v3.7.2
15 Jun 02:56
Compare
Sorry, something went wrong.
No results found
Update hermit-abi to v0.4.0. (#209 )
v3.7.1
01 Jun 15:16
Compare
Sorry, something went wrong.
No results found
Fix a typo in Event::is_err(). (#204 )
v3.7.0
22 Apr 23:34
Compare
Sorry, something went wrong.
No results found
Add support for the PS Vita as a platform. (#160 )
v3.6.0
24 Mar 03:42
Compare
Sorry, something went wrong.
No results found
Add an is_err method to Event to tell when an error has occurred. (#189 )
Deprecate the is_connect_failed function. (#189 )
Add support for HermitOS to polling. (#194 )