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.
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.