EventQueue.receive

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Event receive(Duration dur)
    class EventQueue
    receive
    (
    this Q
    )
    (
    Duration dur
    )
    if (
    is(Q == EventQueue) ||
    is(Q == shared EventQueue)
    )
  2. Event receive()

Meta