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
When I use libevent configuration for vibe-d:core. Everything works ok, but with vibe-core not.
void main()
{
setupWorkerThreads(6);
logInfo("%s", workerThreadCount); // print six with libevent, but zero with vibe-core
runWorkerTaskDist(&runServer);
runApplication();
}
The text was updated successfully, but these errors were encountered:
When I use libevent configuration for vibe-d:core. Everything works ok, but with vibe-core not.
void main()
{
setupWorkerThreads(6);
logInfo("%s", workerThreadCount); // print six with libevent, but zero with vibe-core
runWorkerTaskDist(&runServer);
runApplication();
}
The text was updated successfully, but these errors were encountered: