mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
* fix #12471 * add testcase * fix * test nimdoc is tricky * Delete t12471.nim
This commit is contained in:
@@ -47,6 +47,9 @@ when defined(nimdoc):
|
||||
Selector*[T] = ref object
|
||||
## An object which holds descriptors to be checked for read/write status
|
||||
|
||||
IOSelectorsException* = object of CatchableError
|
||||
## Exception that is raised if an IOSelectors error occurs.
|
||||
|
||||
Event* {.pure.} = enum
|
||||
## An enum which hold event types
|
||||
Read, ## Descriptor is available for read
|
||||
|
||||
Reference in New Issue
Block a user