MCPcopy Index your code
hub / github.com/koding/kite / signalReady

Method signalReady

kontrolclient.go:298–300  ·  view source on GitHub ↗

signalReady is an internal method to notify that a successful registration is done.

()

Source from the content-addressed store, hash-verified

296// signalReady is an internal method to notify that a successful registration
297// is done.
298func (k *Kite) signalReady() {
299 k.kontrol.onceRegistered.Do(func() { close(k.kontrol.readyRegistered) })
300}
301
302// RegisterForever is equivalent to Register(), but it tries to re-register if
303// there is a disconnection. The returned error is for the first register

Callers 1

RegisterForeverMethod · 0.95

Calls 1

DoMethod · 0.80

Tested by

no test coverage detected