Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jul 24, 2020
1 parent abb9f4a commit 9b7d21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/eventqueue.nim
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ proc init() {.inline.} =
# so does the main selector
registerEvent(eq.selector, eq.wake, wakeupId)

# XXX: this seems to be the only reasonable wait to get our wakeup fd
# XXX: this seems to be the only reasonable way to get our wakeup fd
# we want to get the fd used for the wakeup event
trigger eq.wake
for ready in eq.selector.select(-1):
Expand Down

0 comments on commit 9b7d21b

Please sign in to comment.