void stream_wait()

in csrc/event.hpp [39:41]


void stream_wait(const at::cuda::CUDAStream& s, const EventHandle& event) {
    s.unwrap().wait(*event.event);
}