We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5762d2e commit 28479a4Copy full SHA for 28479a4
src/fiber/execution_context.cr
@@ -30,7 +30,7 @@ module Fiber::ExecutionContext
30
end
31
32
# :nodoc:
33
- protected class_getter(execution_contexts) { Thread::LinkedList(ExecutionContext).new }
+ protected class_getter execution_contexts = Thread::LinkedList(ExecutionContext).new
34
35
36
property next : ExecutionContext?
0 commit comments