package wait

import "github.com/coreos/etcd/wait"

Index

Types

type List

type List struct {
	// contains filtered or unexported fields
}

func New

func New() *List

func (*List) Register

func (w *List) Register(id uint64) <-chan interface{}

func (*List) Trigger

func (w *List) Trigger(id uint64, x interface{})

type Wait

type Wait interface {
	Register(id uint64) <-chan interface{}
	Trigger(id uint64, x interface{})
}

Source Files

wait.go

Version
v0.5.0-alpha.0
Published
Oct 25, 2014
Platform
js/wasm
Imports
1 packages
Last checked
25 minutes ago

Tools for package owners.