Wait blocks until the trigger fires or ctx cancels, then returns the event or error.
(ctx context.Context)
| 37 | // Wait blocks until the trigger fires or ctx cancels, then returns the |
| 38 | // event or error. |
| 39 | Wait(ctx context.Context) (Event, error) |
| 40 | |
| 41 | // Close releases resources on shutdown. Runner calls this even if Setup |
| 42 | // failed partway, so implementations should guard nil fields. |
no outgoing calls