Files
gocryptotrader/dispatch
Gareth Kirwan 45d65c4906 Dispatch: Fix race during stop (#1443)
* Dispatch: Assertify tests

* Dispatch: Fix race during stop

If we have blocking writers, then we need to synchronise them exiting
before closing off their channels.

* Dispatch: Rename Routes mutex for clarity
2024-01-22 15:09:57 +11:00
..