trypushback

pull/959/head
Jeff Becker 5 years ago
parent 5202bd703a
commit 12e141d2de
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -973,7 +973,7 @@ namespace libuv
void
Loop::call_soon(std::function< void(void) > f)
{
m_LogicCalls.pushBack(f);
m_LogicCalls.tryPushBack(f);
uv_async_send(&m_LogicCaller);
}

Loading…
Cancel
Save