Skip to content

Commit a4591d8

Browse files
authored
Update StableTasks.jl
1 parent 64dba30 commit a4591d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/StableTasks.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module StableTasks
22

33
macro spawn end
44
macro spawnat end
5+
macro fetch end
6+
macro fetchfrom end
57

68
mutable struct AtomicRef{T}
79
@atomic x::T

0 commit comments

Comments
 (0)