Skip to content

Commit

Permalink
Rename @sync => @synchronize to avoid conflicts with Base.@sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rbehrends committed Aug 28, 2020
1 parent 4086d8e commit de95d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sync.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ module Sync

end

macro sync(expr)
macro synchronize(expr)
quote
try
Sync._lock()
Expand Down

0 comments on commit de95d6b

Please sign in to comment.