Closed carllerche closed 6 years ago
This patch correctly sets up the execution context for the future passed to Core::run. This enables calling tokio::spawn from this future.
Core::run
tokio::spawn
Fixes #313
This patch correctly sets up the execution context for the future passed to
Core::run
. This enables callingtokio::spawn
from this future.Fixes #313