import "github.com/v2ray/v2ray-core/common/signal/done"
type Instance struct {
// contains filtered or unexported fields
}
Instance is a utility for notifications of something being done.
New returns a new Done.
Close marks this Done 'done'. This method may be called multiple times. All calls after first call will have no effect on its status.
Done returns true if Close() is called.
Wait returns a channel for waiting for done.
Package done imports 1 packages (graph). Updated 2020-12-22. Refresh now. Tools for package owners.