Searched defs:asyncIO (Results 1 – 2 of 2) sorted by relevance
19 type asyncIO struct { struct20 res chan result23 mu sync.Mutex27 pid int69 func (aio *asyncIO) Cancel() {84 func (aio *asyncIO) Wait() (int, error) {
61 int asyncIO; member