Sequential

Provides sequential or "serial" execution on a singular thread of the consumed tasks

Constructors

this
this()

Constricts a new Sequential provider

Members

Functions

consumeTask
void consumeTask(Task task)

Consumes the provided task for execution in the near future

start
void start()

Starts the provider's execution thread

stop
void stop()

Stops the provider.

worker
void worker()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Provider

consumeTask
void consumeTask(Task task)

This method must consume the provided task for execution in the near future

start
void start()

Starts this provider

stop
void stop()

Stops this provider

Meta