There is nothing preventing you from using a different API to multi thread with 
Nim, consider embedded. On multiple platforms they do not use the typical 
threading API. The program is compiled as if it's single threaded, but has 
access to multithreading.

Reply via email to