ultimatepp/bazaar/WorkQueue/WorkQueue.upp

9 lines
141 B
Text

description "a thread WorkQueue implementation for serializeing off main thread work\377";
uses
Core;
file
WorkQueue.h,
WorkQueue.cpp;