Struct std::routine::NoOpRunnable

pub struct NoOpRunnable;

A convenience routine that does nothing.

Trait Implementations

impl Runnable for NoOpRunnable

fn run(~self)

The entry point for the routine.