An open API service indexing awesome lists of open source software.

https://github.com/radovskyb/poller

poller is used to easily create custom polling functionality for a Go application.
https://github.com/radovskyb/poller

Last synced: 9 months ago
JSON representation

poller is used to easily create custom polling functionality for a Go application.

Awesome Lists containing this project

README

          

# poller

`poller` is used to easily create custom polling functionality for an application and returns events and errors over channels when custom polling functions implementing the poller interface are run every specified duration.

# Installation

```shell
go get github.com/radovskyb/poller
```