Skip to content

Releases: tep/net-lameduck

Release 0.5.3

05 Aug 16:42
@tep tep
v0.5.3
Compare
Choose a tag to compare

Release 0.5.1

04 Aug 21:51
@tep tep
v0.5.1
Compare
Choose a tag to compare

This release exposes the Runner type plus its Run, State, and Ready methods.

This allows you to first create a Runner and then Run it (possibly in a separate goroutine) then occasionally check its current State (one of NotStarted, Running, Failed, Stopping, or Stopped)

Additionally, the Ready method returns a <-chan struct{} that is closed with the Runner's underlying Server is ready to accept requests.

Initial Release

25 Jan 21:43
@tep tep
v0.1.0
Compare
Choose a tag to compare