tristanable/source/tristanable
Tristan B. Kildaire 90835f3c97 Don't go further if the receive failed 2020-09-28 20:43:46 +02:00
..
encoding.d Encoding library finished 2020-06-23 12:23:10 +02:00
garbage.d Implemented `stopManager` function which also calls on the now implemented `stopWatcher` and `stopGC` functions. 2020-06-24 11:14:53 +02:00
manager.d re-ordered, send after enqueue, a slight conc bug would appear whereby the thread switch to watcher occurs after send (suppose) and then it locks list mjtex, seees no request, says it is an error, this ensures it is a request then sends it so when thread switch to watcher occurs, it MUST be in the list and therefore a valid request 2020-09-28 19:17:21 +02:00
notifications.d Corrected module name 2020-09-24 20:57:40 +02:00
request.d Refactored. 2020-06-24 11:04:36 +02:00
watcher.d Don't go further if the receive failed 2020-09-28 20:43:46 +02:00