struct EE::System::ThreadPool::Work¶
struct Work { // fields Uint64 id { 0 }; const SmallFunction<48> func; const std::function<void(const Uint64&)> callback; Uint64 tag { 0 }; };
struct Work { // fields Uint64 id { 0 }; const SmallFunction<48> func; const std::function<void(const Uint64&)> callback; Uint64 tag { 0 }; };