We need a way to schedule a blocking work using anyspawn. The idea is to introduce something akin to Spawner::spawn_blocking that accepts a synchronous lambda and returns JoinHandle. This is additional feature on top of #351 that would make anyspawn truly universal abstraction around async runtimes.
We need a way to schedule a blocking work using anyspawn. The idea is to introduce something akin to
Spawner::spawn_blockingthat accepts a synchronous lambda and returnsJoinHandle. This is additional feature on top of #351 that would makeanyspawntruly universal abstraction around async runtimes.