The no GC future is `--gc:stack` which replaces the GC with memory regions. So 
any library that uses the GC really uses a memory region. The entire situation 
is ok. Note that the GC is always thread local anyway, so you can also just run 
realtime threads with other threads that use the stdlib and thus the GC. 

Reply via email to