MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_deque_pop

Function __hxcpp_deque_pop

src/hx/Thread.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149Dynamic __hxcpp_deque_pop(Dynamic q,bool block)
150{
151 Deque *d = dynamic_cast<Deque *>(q.mPtr);
152 if (!d)
153 throw HX_INVALID_OBJECT;
154 return d->PopFront(block);
155}
156
157// --- Thread ----------------------------------------------------------
158

Callers

nothing calls this directly

Calls 1

PopFrontMethod · 0.80

Tested by

no test coverage detected