Skip to content

Releases: paullesiak/go-oneresponse

v0.0.4

15 Oct 01:12
Compare
Choose a tag to compare
  • go mod and go 1.23

cleanup

07 Sep 02:03
f56cdce
Compare
Choose a tag to compare
  • don't use buffered channels
  • remove index from function calls

add context support

06 Sep 02:49
96fa1db
Compare
Choose a tag to compare

the function type now includes a context parameter, which will allow for dropped method calls to be cancelled, instead of running to completion, wasting any extra compute or i/o.

Initial release

05 Sep 02:44
Compare
Choose a tag to compare

Initial commit which contains basic serial and parallel one response methods, which will return what works, and drop everything else to the floor. There's likely going to be bugs around leaking goroutines here, however, will need to do some testing to track those down. For now, the test cases do what they should do.