Skip to content

Commit 01eb5c6

Browse files
committed
Compat annotation for #29623 (Event).
1 parent 6c76541 commit 01eb5c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/locks.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ Create a level-triggered event source. Tasks that call [`wait`](@ref) on an
246246
`Event` are suspended and queued until `notify` is called on the `Event`.
247247
After `notify` is called, the `Event` remains in a signaled state and
248248
tasks will no longer block when waiting for it.
249+
250+
!!! compat "Julia 1.1"
251+
This functionality requires at least Julia 1.1.
249252
"""
250253
mutable struct Event
251254
lock::Mutex

0 commit comments

Comments
 (0)