drain

Drain the output from the process into an output range.

  1. auto drain(T p, Duration timeout)
  2. auto drain(ProcessT p, ref T range, Duration timeout)
    drain
    (
    ProcessT
    T
    )
    (
    ProcessT p
    ,
    ref T range
    ,
    Duration timeout
    )

Meta