-
Notifications
You must be signed in to change notification settings - Fork 2
Multithreading
Fedorus edited this page Dec 6, 2021
·
1 revision
There are 3 multithreading options:
- Single Threaded - All updates processed in 1 thread
- Multi Threaded - Each update processed in new thread from thread pool
- Smart - to be implemented