pub fn get_stream_koid(stream: WakeRequestStream) -> (Koid, WakeRequestStream)
Expand description
Extracts a KOID from the undelrying channel of the provided [stream].
§Returns
- zx::Koid: the KOID you wanted.
- fta::WakeRequestStream: the stream; we had to deconstruct it briefly, so this gives it back to you.