cuite
cuite copied to clipboard
OCaml threading is not supported properly
The current allocator only supports up to one OCaml thread and one C++ (Qt) thread. This is because the state is global and not saved on OCaml context switch.