Nimony

The road to Nim 3

ticketlocks

nimony/lib/std/ticketlocks.nim

Ticketlocks for Nimony. A ticket lock is a fair lock, ideal for guaranteed worst case execution times (WCET). This implementation has the advantage that no deinit nor a destructor has to be run making it especially convenient to use.