Event.wait

Waits on the event with a given timeout

  1. void wait()
  2. bool wait(Duration duration)
    class Event
    public final
    bool
    wait
    (
    Duration duration
    )

Parameters

duration Duration

the timeout

Meta