SamuelSchlesinger / stm-actor

An implementation of the actor model in Haskell using STM
MIT License
16 stars 3 forks source link

Added liveness checks to deal with cases where there are dead actors #4

Closed SamuelSchlesinger closed 3 years ago

SamuelSchlesinger commented 3 years ago

This is meant to work towards a satisfactory solution to https://github.com/SamuelSchlesinger/stm-actor/issues/3.