KontrolReadyNotify returns a channel that is closed when a successful registration to kontrol is done.
()
| 290 | // KontrolReadyNotify returns a channel that is closed when a successful |
| 291 | // registration to kontrol is done. |
| 292 | func (k *Kite) KontrolReadyNotify() chan struct{} { |
| 293 | return k.kontrol.readyRegistered |
| 294 | } |
| 295 | |
| 296 | // signalReady is an internal method to notify that a successful registration |
| 297 | // is done. |
no outgoing calls