dalek arVM/moar-conc: 63e1299 | jnthn++ | / (6 files):
Implement ConcBlockingQueue REPR.

Uses separate head/tail locks and a condition variable for waiting for the queue to contain a value. (The head/tail locks approach comes from the Michael and Scott paper; naturally, any implementation errors are mine.)
12:00
FROGGS_ hehe 12:07
dalek arVM/moar-conc: 6c80589 | jnthn++ | src/6model/reprs/ConcBlockingQueue.c:
Mark thread as GC-blocked when waiting on a queue.
12:49