Thread A is a real-time callback and should not ever block. @nogc seems perfect for this.
Thread B and it's impractical to make it @nogc.How to ensure that a collection triggered by thread B never stop thread A in stop the world collections?
ponce via Digitalmars-d-learn Wed, 03 Dec 2014 14:56:05 -0800
Thread A is a real-time callback and should not ever block. @nogc seems perfect for this.
Thread B and it's impractical to make it @nogc.How to ensure that a collection triggered by thread B never stop thread A in stop the world collections?