PollNow does an immediate poll of the blocklist and is for testing purposes. Must have already called EnablePolling.
(ctx context.Context)
| 106 | |
| 107 | // PollNow does an immediate poll of the blocklist and is for testing purposes. Must have already called EnablePolling. |
| 108 | PollNow(ctx context.Context) |
| 109 | |
| 110 | // PollNotification returns a channel that will be closed when the blocklist |
| 111 | // is updated. The received context is used as the parent, to avoid |
no outgoing calls