jirenius / timerqueue

A Go package providing timer queue for a list of items that should be processed in at a fixed duration of time after being added.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer Queue for Go

A Go package providing timer queue for a list of items that should be processed in at a fixed duration of time after being added.

License MIT GoDoc

Installation

go get github.com/jirenius/timerqueue

About

A Go package providing timer queue for a list of items that should be processed in at a fixed duration of time after being added.

License:MIT License


Languages

Language:Go 100.0%