Everything is non-blocking, please make sure your main process doesn’t terminate unexpectedly. · Issue #76 · sogou/workflow · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intmain(void)
{
...
task->start();
pause(); // or better: wait_group.wait();return0;
}
The text was updated successfully, but these errors were encountered:
Barenboim
changed the title
Every thing is non-blocking, please make sure your main process doesn’t terminate unexpectedly.
Everything is non-blocking, please make sure your main process doesn’t terminate unexpectedly.
Sep 28, 2020
Wrong:
Right:
The text was updated successfully, but these errors were encountered: