mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-02-17 04:23:09 +00:00
properly call closeDispatcher in shutdown module
This commit is contained in:
parent
cc0034f119
commit
57220b54d7
@ -47,4 +47,5 @@ proc shutdown*(): Result[void, string] {.raises: [].} =
|
||||
## be used again.
|
||||
|
||||
let disp = getThreadDispatcher()
|
||||
? closeDispatcher(disp)
|
||||
return ok()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user