Inspired by @pervognsen, I too now microblog on gists sometimes:
https://gist.github.com/RealNeGate/904c5bdf95190f271bb0de38f58848dc
This was a proof of concept safepoint polling system that worked in C for windows x64, normal page poking stuff but the idea was to showcase how easy it actually would be to get consistent pausing in userland given you instrument your code like a managed lang might (although no need to track reg+stack state, we're not deopting or anything), idk use it how you will i made green threads with it :)