Skip to content

Commit 1e22260

Browse files
authored
Update internals.jl
1 parent a4591d8 commit 1e22260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internals.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Internals
22

3-
import StableTasks: @spawn, @spawnat, StableTask, AtomicRef
3+
import StableTasks: @spawn, @spawnat, @fetch, @fetchfrom, StableTask, AtomicRef
44

55
Base.getindex(r::AtomicRef) = @atomic r.x
66
Base.setindex!(r::AtomicRef{T}, x) where {T} = @atomic r.x = convert(T, x)

0 commit comments

Comments
 (0)