ThreadScheduler.spawn

Creates a new kernel thread and assigns it to run the supplied op.

class ThreadScheduler
void
spawn
(
void delegate
()
op
)

Meta