()
| 26 | ) |
| 27 | |
| 28 | func Example() { |
| 29 | basicPubSub := basic.NewPubSub() |
| 30 | |
| 31 | // Replace the default pubsub so that we will now publish to this pub sub by default. |
| 32 | events.SetDefaultPubSub(basicPubSub) |
| 33 | } |
| 34 | |
| 35 | var timeout = (1 << 10) * test.Delay |
| 36 |
nothing calls this directly
no test coverage detected