We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c76541 commit 01eb5c6Copy full SHA for 01eb5c6
base/locks.jl
@@ -246,6 +246,9 @@ Create a level-triggered event source. Tasks that call [`wait`](@ref) on an
246
`Event` are suspended and queued until `notify` is called on the `Event`.
247
After `notify` is called, the `Event` remains in a signaled state and
248
tasks will no longer block when waiting for it.
249
+
250
+!!! compat "Julia 1.1"
251
+ This functionality requires at least Julia 1.1.
252
"""
253
mutable struct Event
254
lock::Mutex
0 commit comments