bbqgophers / qpid

BBQ PID controller written in Go for Raspberry PI
MIT License
78 stars 4 forks source link

Need close signals #2

Open bketelsen opened 7 years ago

bketelsen commented 7 years ago

close signals to all running goroutines to stop everything gracefully

bketelsen commented 7 years ago

Context.WithCancel held in grill controller maybe? Call cancel when submitting a new cook temp? This requires more thought.