Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Jan 30, 2024
1 parent 3705f60 commit e8ec8cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StableTasks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ mutable struct AtomicRef{T}
AtomicRef{T}(x) where {T} = new{T}(convert(T, x))
end

mutable struct StableTask{T}
const t::Task
struct StableTask{T}
t::Task
ret::AtomicRef{T}
end

Expand Down

0 comments on commit e8ec8cb

Please sign in to comment.