ThreadScheduler.start
void start(void delegate() op)This simply runs op directly, since no real scheduling is needed by this approach.
void start(void delegate() op)This simply runs op directly, since no real scheduling is needed by this approach.