Releases: smol-rs/blocking
Releases · smol-rs/blocking
v1.6.2
06 Jul 05:57
Compare
Sorry, something went wrong.
No results found
Fix build failure with minimal-versions. (#71 )
v1.6.1
26 May 01:47
Compare
Sorry, something went wrong.
No results found
Remove our dependency on the async-lock crate. (#59 )
v1.6.0
27 Apr 23:05
Compare
Sorry, something went wrong.
No results found
Panics that occur in unblocked functions are now propagated to the calling
function. (#58 )
Add a new optional tracing feature. When enabled, this feature adds logging
to the implementation. By default it is disabled. (#60 )
Remove the unused fastrand dependency. (#61 )
v1.5.1
13 Nov 00:39
Compare
Sorry, something went wrong.
No results found
Fix compilation on WebAssembly targets (#54 ).
v1.5.0
06 Nov 01:26
Compare
Sorry, something went wrong.
No results found
v1.4.1
08 Oct 04:17
Compare
Sorry, something went wrong.
No results found
Change the error_span in grow_pool into trace_span. (#45 )
v1.4.0
25 Sep 17:41
Compare
Sorry, something went wrong.
No results found
Bump MSRV to 1.59. (#44 )
Remove the unused memchr dependency. (#38 )
Extract read/write pipes into the piper crate, which this crate now uses. (#37 )
Mark as forbid(unsafe_code) (#37 ).
Set up logging using tracing. (#40 )
v1.3.1
07 Apr 17:36
Compare
Sorry, something went wrong.
No results found
Gracefully handle the inability to spawn threads. (#31 )
v1.3.0
26 Nov 08:28
Compare
Sorry, something went wrong.
No results found
Remove the dependency on the once_cell crate to restore the MSRV. (#30 )
v1.2.0
12 Mar 15:26
Compare
Sorry, something went wrong.
No results found
Return Task from unblock instead of returning opaque type. (#25 )