mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
* fix #12471
* add testcase
* fix
* test nimdoc is tricky
* Delete t12471.nim
(cherry picked from commit b38f0403fd)
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