Commit 1de2af77 authored by simon's avatar simon
Browse files

comment

parent c6d5e4e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ type Channel struct {
	Method func(State, uint8) chan event
}

// Capture arranges for the registrees (channels) to get particular events.
// Capture returns a chan, for each registree, getting the events the registree indicates.
// Intended for bacic use since doesn't return state object.
func Capture(registrees ...Channel) []chan event {
	js, err := Connect(1)