Carl Lerche 61d635e8ad
Threadpool blocking (#317)
This patch adds a `blocking` to `tokio-threadpool`. This function serves
as a way to annotate sections of code that will perform blocking
operations. This informs the thread pool that an additional thread needs
to be spawned to replace the current thread, which will no longer be
able to process the work queue.
2018-04-15 12:29:22 -07:00
..
2018-03-11 11:37:10 -07:00
2018-04-15 12:29:22 -07:00
2018-03-06 14:40:09 -08:00