aboutsummaryrefslogtreecommitdiff
path: root/stm/workerLoop.mli
AgeCommit message (Collapse)Author
2017-12-11[flags] [stm] Reorganize flags.Emilio Jesus Gallego Arias
We move the main async flags to the STM in preparation for more state encapsulation. There is still more work to do, in particular we should make some of the defaults a parameter instead of a flag.
2017-07-04Bump year in headers.Pierre-Marie Pédrot
2017-03-21[stm] Add common toploop for workers.Emilio Jesus Gallego Arias
This is a small, but convenient refactoring, as it will allow common argument parsing.