## 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.