Manually executable TaskScheduler #1057
Denis535
started this conversation in
Show and tell
Replies: 1 comment 7 replies
-
Here is the version with locks and ManualResetEvent allowing you to wait for a task.
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Default TaskScheduler just puts all the tasks into the thread pool.
But for this reason I need TaskScheduler which stores all my tasks until I will execute them manually.
Unfortunately, I did not find any solution. So, I tried to write it myself.
Firstly, I want to ask you if I wrote it correctly? Or could there be a problem here?
Secondly, it would be nice if you added this to your library.
Beta Was this translation helpful? Give feedback.
All reactions