tasky/source/tasky
Tristan B. Velloza Kildaire 2251a00284 Descriptor queue safety fix
Fixed a bug whereby if one were to get new Descriptor classes across
several threads then the Mutex for the descriptor queue would be reinitialzied
upon static initialization of the thread as the static initialization block
was not set to __gshared, causing a global re-write of a re-initted Mutex,
never the same Mutex
2022-05-24 19:23:46 +02:00
..
engine.d Added getPayload() method to TaskyEvent class 2022-05-24 15:08:37 +02:00
exceptions.d WIP: Adding some handling exposed via tristanable 2022-05-17 19:13:12 +02:00
jobs.d Descriptor queue safety fix 2022-05-24 19:23:46 +02:00
package.d Included exceptions module in package declaration 2022-01-12 17:28:41 +02:00