Skip to content

Commit 4b1309b

Browse files
committed
fixup! Add Fiber::ExecutionContext::ThreadPool
1 parent 5b48670 commit 4b1309b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fiber/execution_context.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module Fiber::ExecutionContext
7171
@@default : ExecutionContext?
7272

7373
# :nodoc:
74-
def self.thread_pool
74+
def self.thread_pool : ThreadPool
7575
@@thread_pool.not_nil!("expected thread pool to have been setup")
7676
end
7777

0 commit comments

Comments
 (0)