Skip to content

Commit e8ec8cb

Browse files
committed
whoops
1 parent 3705f60 commit e8ec8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StableTasks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ mutable struct AtomicRef{T}
1010
AtomicRef{T}(x) where {T} = new{T}(convert(T, x))
1111
end
1212

13-
mutable struct StableTask{T}
14-
const t::Task
13+
struct StableTask{T}
14+
t::Task
1515
ret::AtomicRef{T}
1616
end
1717

0 commit comments

Comments
 (0)