nCine::IThreadCommand class

Thread pool command interface.

Abstract unit of work submitted to an IThreadPool. Derive from this interface and implement Execute() to run code on a worker thread.

Constructors, destructors, conversion operators

~IThreadCommand() virtual

Public functions

void Execute() pure virtual
Executes the command on a worker thread.