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
For a Petri net with multiple available transitions, it might be preferable to limit the number of threads that fire at once. This could be utilized by submitting tasks to an LPARALLEL kernel and letting it handle the thread pool, instead of spawning a thread per transition.
The text was updated successfully, but these errors were encountered:
For a Petri net with multiple available transitions, it might be preferable to limit the number of threads that fire at once. This could be utilized by submitting tasks to an LPARALLEL kernel and letting it handle the thread pool, instead of spawning a thread per transition.
The text was updated successfully, but these errors were encountered: