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