podcasts/podcasts-data
Jordan Petridis dac303e33b
Pipeline: Use a custom tokio threadpool
This reverts commit e64883eecb
and 40dd2d6923

Seems like core.run() returns once its done even if there
are still tasks in the Runtime underneath. A way to solve that
would be to call the shutdown_on_idle method.

We need ownership of the threadpool in order to invoke
`shutdown_on_idle` method but core.runtime only returns a
referrence so we need to create our own threadpool.
2018-09-08 20:17:46 +03:00
..
migrations Initial massive renaming. 2018-07-25 03:26:35 +03:00
src Pipeline: Use a custom tokio threadpool 2018-09-08 20:17:46 +03:00
tests/feeds Initial massive renaming. 2018-07-25 03:26:35 +03:00
Cargo.toml Pipeline: Use a custom tokio threadpool 2018-09-08 20:17:46 +03:00
diesel.toml Initial massive renaming. 2018-07-25 03:26:35 +03:00