RealNeGate - Overview
Pinned Loading
-
1
// Compile with clang or MSVC (WINDOWS ONLY RN)3
// Implementing a POC green threads system using safepoints to show how cheap and simple it can4
// be done, all you need to do is call SAFEPOINT_POLL in your own language at the top of every5
// loop and function body (you can loosen up on this depending on the latency of pausing you're -
1
// Mostly portable example of creating an object file to embed a binary.2
// Requires stb_ds.h (https://github.com/nothings/stb/blob/master/stb_ds.h)5
// coff_embed [name] [input]