matryer / vice

Go channels at horizontal scale (powered by message queues)
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
Apache License 2.0
1.55k stars 79 forks source link

use context for cancellation instead of Stop and StopChan #1

Closed matryer closed 7 years ago

matryer commented 7 years ago

Maybe let the context do the cleanup, and just have a Done() channel to indicate when it's finished.

matryer commented 7 years ago

Not doing this.