We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4591d8 commit 1e22260Copy full SHA for 1e22260
src/internals.jl
@@ -1,6 +1,6 @@
1
module Internals
2
3
-import StableTasks: @spawn, @spawnat, StableTask, AtomicRef
+import StableTasks: @spawn, @spawnat, @fetch, @fetchfrom, StableTask, AtomicRef
4
5
Base.getindex(r::AtomicRef) = @atomic r.x
6
Base.setindex!(r::AtomicRef{T}, x) where {T} = @atomic r.x = convert(T, x)
0 commit comments