photon v0.5.1 (2023-07-04T11:26:09Z)
Dub
Repo
WorkQueue
photon
ds
common
Undocumented in source.
interface
WorkQueue (
T
) {
void
push
(T item);
T
pop
();
bool
tryPop
(T item);
}
Members
Functions
pop
T
pop
()
Undocumented in source.
push
void
push
(T item)
Undocumented in source.
tryPop
bool
tryPop
(T item)
Undocumented in source.
Meta
Source
See Implementation
photon
ds
common
functions
removeFromList
unshared
interfaces
WorkQueue