mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
9 lines
149 B
Text
9 lines
149 B
Text
description "A WorkQueue, a single additional Thread, to serially process work in background\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
WorkQueue.h,
|
|
WorkQueue.cpp;
|
|
|