Files
tokio/tokio-threadpool/src
Flux Xu a7b053372f Add ThreadPool::spawn_handle (#602)
## Motivation

`tokio_threadpool::ThreadPool::spawn` has no return value.

## Solution

Add `ThreadPool::spawn_handle` which calls
`futures::sync::oneshot::spawn` to return a future represents the return
value.
2018-08-30 16:53:05 -07:00
..
2018-07-03 16:28:50 -07:00
2018-08-25 15:26:41 -04:00
2018-08-25 15:26:41 -04:00
2018-08-25 15:26:41 -04:00
2018-08-09 21:56:53 -07:00
2018-04-15 12:29:22 -07:00
2018-08-25 15:26:41 -04:00
2018-04-15 12:29:22 -07:00
2018-08-09 21:56:53 -07:00
2018-08-09 21:56:53 -07:00