Open survived opened 3 years ago
Currently, AsyncProtocol runs blocking operations via spawn_blocking. It should be generalised by introducing new trait that can be implemented for users' thread pool.
Currently, AsyncProtocol runs blocking operations via spawn_blocking. It should be generalised by introducing new trait that can be implemented for users' thread pool.