Open Marwes opened 4 years ago
Yeah, this is a Tokio 0.2 limitation — there is an upstream ticket about it: https://github.com/tokio-rs/tokio/issues/1838. As per https://github.com/tokio-rs/tokio/issues/1838#issuecomment-564216581, this limitation may be removed in the future.
The following panics
Easy workaround by wrapping the b
block_in_place
call with atokio::spawn
, but it had me confused for a bit.