# Functions
Changes calls Pull on poller unless it's not supported, in which case it polls.
NewFetcher returns a Fetcher backed by the given pull and poll functions.
OrPoll will attempt to call pull, falling back to poll if it's not supported.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Fetcher can pull and poll for changes.