**Update 1.2.6 is Live! **(05/04/2020)
- Implemented **Sleep **function which allows you to put a thread to sleep for the amount of seconds.
- Implemented DoParallelFor1D
- Implemented DoParallelFor2D
- Implemented DoParallelFor3D
- Implemented Thread Safe Integer
- Fixed **Mutex **which now has fixed functionality. It now Locks instead of trying the lock.
- Various small code improvements and error texts fixing.
*** Multitask Pro ParallelFor functions are not suitable to work with dynamic size arrays. Arrays are not thread-safe. Since there are multiple-producers with ParallelFor Loops, Mutex doesn’t fix this. If you need a dynamic size container inside ParallelFor functions use Queues.
- Multitask Pro ParallelFor functions are still experimental.**