1 unstable release
0.1.0 | Feb 6, 2024 |
---|
#1874 in Asynchronous
8KB
94 lines
It's ok to be block_on
Sometimes you just need block_on
, without an entire bloated futures runtime.
It's ok.
This crate copies and exports the per-thread block_on
implementation (and
license) from the futures
package,
minimizing the size of the code and the dependency tree, allowing users to block
on the completion of a future in a syncronous context without needing to create
and manage an executor.
Does it work?
It compiles. ¯\(ツ)/¯
Dependencies
~27KB