StartDefault starts the default manager's dispatcher.
(ctx context.Context)
| 326 | |
| 327 | // StartDefault starts the default manager's dispatcher. |
| 328 | func StartDefault(ctx context.Context) { DefaultManager().Start(ctx) } |
| 329 | |
| 330 | // StopDefault stops the default manager's dispatcher. |
| 331 | func StopDefault() { DefaultManager().Stop() } |
no test coverage detected