Searched refs:onceValueWaiter (Results 1 – 1 of 1) sorted by relevance
26 type onceValueWaiter chan bool type29 if wait, isWaiter := value.(onceValueWaiter); isWaiter {34 if _, isWaiter := value.(onceValueWaiter); isWaiter {52 waiter := make(onceValueWaiter)