Releases: paullesiak/go-oneresponse
Releases · paullesiak/go-oneresponse
v0.0.4
cleanup
- don't use buffered channels
- remove index from function calls
add context support
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
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.