Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ clearCmdQueue
Method
clearCmdQueue
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:546–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
}
545
546
void AsyncHttpClient::clearCmdQueue()
547
{
548
Cmd cmd;
549
550
while (true == m_cmdQueue.receive(&cmd, 0U))
551
{
552
(void)cmd;
553
}
554
}
555
556
void AsyncHttpClient::clearEvtQueue()
557
{
Callers
nothing calls this directly
Calls
1
receive
Method · 0.80
Tested by
no test coverage detected