pub fn task<R: Runnable>(
subtask_common: TaskCommon,
runnable: R,
name: &'static str
) -> Task
Expand description
Runs the given task within a single session.
pub fn task<R: Runnable>(
subtask_common: TaskCommon,
runnable: R,
name: &'static str
) -> Task
Runs the given task within a single session.