Search
Results
Contempt Culture - The Particular Finest
[https://blog.aurynn.com/2015/12/16-contempt-culture/] - - public:mzimmerm
Contempt to programming languages that are 'not mine'
Coroutine - Wikipedia
[https://en.wikipedia.org/wiki/Coroutine] - - public:mzimmerm
Coroutine is a routine which can yield. Coroutines are typically scheduled cooperatively (=non-preemptively). Coroutines are similar to threads, although threads are typically scheduled preemptively (scheduler pre-empts=forces execution to pause and yield, even without yield in the language)