Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/asyncplusplus
/ fifo_queue
Method
fifo_queue
src/fifo_queue.h:35–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
public:
35
fifo_queue()
36
: items(32), head(0), tail(0) {}
37
~fifo_queue()
38
{
39
// Free any unexecuted tasks
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected