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
Now I finished v0.1.0 beta.
This ManagedThreadPool owns 1 idle threads list and 1 busy threads list, these lists are public, so you can fetch any item you want.
What's more, you can also easily set the running threads count to the number you want(default 10) by calling method SetRunningThreads(int threadsCount).
Usage:
new a inttny.Tools.Threads.Task entity
registry your entity's event Run by using a System.Action delegate
Now I finished v0.1.0 beta.
This ManagedThreadPool owns 1 idle threads list and 1 busy threads list, these lists are public, so you can fetch any item you want.
What's more, you can also easily set the running threads count to the number you want(default 10) by calling method SetRunningThreads(int threadsCount).
Usage:
The text was updated successfully, but these errors were encountered: