round-based-protocol icon indicating copy to clipboard operation
round-based-protocol copied to clipboard

Thread pool support

Open survived opened this issue 4 years ago • 0 comments

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

survived avatar Jan 25 '21 08:01 survived