mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
* Simplify flow scheduler * Fix mutex and count up on the unfinished flows latch * Fix missing import * Some code layout shifting * Undo automated change * minor format changes from code review. * Fix up tests to work with changes to scheduler * Formatting fixes * Remove commented out line. * Fix race condition. * We were not waiting for the scheduler to stop, or indeed stopping it.