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.
- Host: GitHub
- URL: https://github.com/radovskyb/poller
- Owner: radovskyb
- Created: 2016-12-11T04:44:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T11:43:19.000Z (over 9 years ago)
- Last Synced: 2025-01-05T10:26:25.815Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```