Actor.ActorBase
Documentation
dontCareVar :: IO (VAR a)Source
Methods
internal_match :: [Tag] -> InternalMsg a -> a -> IO (Bool, [Tag])Source
data InternalMsg a Source
Constructors
| InternalMsg | |
Instances
| Eq a => Eq (InternalMsg a) | |
| Show a => Show (InternalMsg a) | |
| (EMatch msg, Eq msg, Show msg) => Actor (Act msg) msg (Location msg) HashIdx (QIterator (InternalMsg msg)) |