Skip to content

Commit

Permalink
Fix: mark GlobalQueue as :nodoc:
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden authored Jan 14, 2025
1 parent 7613494 commit defe37d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/execution_context/global_queue.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ require "../fiber/queue"
require "./runnables"

module ExecutionContext
# :nodoc:
#
# Global queue of runnable fibers.
# Unbounded.
# Shared by all schedulers in an execution context.
Expand Down

0 comments on commit defe37d

Please sign in to comment.