mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-04 13:04:44 +00:00
export asyncdispatch handles (#15140)
* improve epoll docs * export handles * add comments and changelog
This commit is contained in:
@@ -253,7 +253,7 @@ when defined(windows) or defined(nimdoc):
|
||||
|
||||
PDispatcher* = ref object of PDispatcherBase
|
||||
ioPort: Handle
|
||||
handles: HashSet[AsyncFD]
|
||||
handles*: HashSet[AsyncFD] # Export handles so that an external library can register them.
|
||||
|
||||
CustomObj = object of OVERLAPPED
|
||||
data*: CompletionData
|
||||
|
||||
Reference in New Issue
Block a user