hactors-0.0.3.1: Practical actors for Haskell.

Control.Concurrent.Actor.Debug

Description

This module reimplement some functions from the Control.Concurrent.Actor module with debug features.

Synopsis

Documentation

receive :: MBox m -> (m -> IO a) -> IO bSource

Variant of receive with the test printing.

spawn_receive :: (m -> IO a) -> IO (Actor m)Source

Variant of spawn_receive with the test printing.