Skip to content

Commit

Permalink
Prepare for Base.Lockable
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash authored Feb 6, 2024
1 parent 6e06acf commit 52c748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConcurrentUtilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export Lockable, OrderedSynchronizer, reset!, ReadWriteLock, readlock, readunloc
include("try_with_timeout.jl")
include("workers.jl")
using .Workers
include("lockable.jl")
isdefined(Base, :Lockable) ? (using Base: Lockable) : include("lockable.jl") # https://github.com/JuliaLang/julia/pull/52898
include("spawn.jl")
include("synchronizer.jl")
include("rwlock.jl")
Expand Down

0 comments on commit 52c748e

Please sign in to comment.