AlmostIntelligent / Hydra

A distributed computation network.
4 stars 0 forks source link

Actor monitoring #35

Closed Cikey closed 11 years ago

Cikey commented 11 years ago

Actors should be able to monitor other actors.

Two methods have to be added to the actor context:

watch(target) unwatch(target)

When a watched actor is stopped, a 'Stopped' message is send to all watchers.