Represents something that runs a loop, can be a thread or just a blocking loop. This is the blocking non-threaded version

Static methods

Constructor

@:value({ shutdown : null, startup : null })new(loop:SimpleCallback, ?startup:Null<SimpleCallback>, ?shutdown:Null<SimpleCallback>)

Methods