juniper/juniper_hyper/examples
Jon Gjengset ec963a6e71 Use only a single thread pool for juniper_hyper (#256)
The previous implementation used a futures_cpupool for executing
blocking juniper operations. This pool comes in addition to the
thread pool started by hyper through tokio for executing hyper's futures.
This patch uses tokio::blocking to perform the blocking juniper
operations while re-using the same thread pool as hyper, which
simplifies the API.
2018-09-30 11:07:44 -07:00
..
hyper_server.rs Use only a single thread pool for juniper_hyper (#256) 2018-09-30 11:07:44 -07:00