pub fn with_runtime_context<R>(runnable: R) -> RuntimeContextRunnable<R>where
R: RunnableWithContext,Expand description
Wrap a RunnableWithContext for use anywhere a Runnable is expected.
pub fn with_runtime_context<R>(runnable: R) -> RuntimeContextRunnable<R>where
R: RunnableWithContext,Wrap a RunnableWithContext for use anywhere a Runnable is expected.