syncWait

Start the Sender and waits until it completes, cancels, or has an error.

  1. auto syncWait(Sender sender, StopSource stopSource)
    syncWait
    (
    Sender
    StopSource
    )
    (
    auto ref Sender sender
    ,
    StopSource stopSource
    )
  2. auto syncWait(Sender sender)

Meta