-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate the code from C# to C++ #26
Comments
Not |
ConcurrentQueue alternative: https://github.com/cameron314/concurrentqueue Looks like we cannot support InvokeWithExtendedMaxStackSize unless we decide to depend on boost (https://stackoverflow.com/questions/13871763/how-to-set-the-stacksize-with-c11-stdthread) See also: https://en.cppreference.com/w/cpp/thread |
Instead of |
Also, can use https://en.cppreference.com/w/cpp/thread/packaged_task |
1000 RUB reward can be claimed by anyone who completes this task.
The text was updated successfully, but these errors were encountered: