Skip to content
Snippets Groups Projects
Commit 435beae0 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Use async-mutex to avoid start/stop being racy

With both being async it's hard to follow what would happen if both run at the same
time, so just prevent it and serialize start/stopping instead.
parent d0ed480f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment