Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mseepgood
on March 28, 2013
|
parent
|
context
|
favorite
| on:
Concurrency Models: Go vs Erlang
A supervisor is easily implemented in Go:
http://code.google.com/p/gosup/source/browse/supervisor/supe...
asabil
on March 28, 2013
[–]
What happens if one of the children calls panic() ?
mseepgood
on March 28, 2013
|
parent
[–]
A Goroutine can catch any panic() via recover() and then signal bad health to the supervisor.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: