diff options
author | cheatfate <ka@hardcore.kiev.ua> | 2016-09-07 10:33:08 +0300 |
---|---|---|
committer | cheatfate <ka@hardcore.kiev.ua> | 2016-09-07 10:33:08 +0300 |
commit | 7788b5a043a54e74957c887b55825c43c7a7c16c (patch) | |
tree | 5cd50856b5b9c6a79f319d453c34c6a20a3ab6ae /lib | |
parent | 08a6f3fc67f1bac78c47a241c94f936d7fbd5108 (diff) | |
download | Nim-7788b5a043a54e74957c887b55825c43c7a7c16c.tar.gz |
Borrow SelectEvent `==`.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/upcoming/asyncdispatch.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/upcoming/asyncdispatch.nim b/lib/upcoming/asyncdispatch.nim index 52e7ed552..689d0272c 100644 --- a/lib/upcoming/asyncdispatch.nim +++ b/lib/upcoming/asyncdispatch.nim @@ -1373,6 +1373,7 @@ else: {.deprecated: [TAsyncFD: AsyncFD, TCallback: Callback].} proc `==`*(x, y: AsyncFD): bool {.borrow.} + proc `==`*(x, y: AsyncEvent): bool {.borrow.} proc newDispatcher*(): PDispatcher = new result |