mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-18 08:58:39 +00:00
Fixes async on Linux.
This commit is contained in:
@@ -639,7 +639,7 @@ else:
|
||||
readCBs: seq[TCallback]
|
||||
writeCBs: seq[TCallback]
|
||||
|
||||
PDispatcher* = ref object
|
||||
PDispatcher* = ref object of PDispatcherBase
|
||||
selector: PSelector
|
||||
|
||||
proc `==`*(x, y: TAsyncFD): bool {.borrow.}
|
||||
|
||||
Reference in New Issue
Block a user