logo
首页技术栈工具库讨论
simple-actors

simple-actors

simple-actors is an EDSL-style library for writing more structured concurrent programs, based on the Actor Model. Computations are structured as Behaviors which take a single input value, perform some Actions, and return the Behavior to process the next input message it receives. We also extend the strict actor model in various elegant ways. See source for this type of discussion. CHANGES: 0.3.0 - 0.4 extend Control.Concurrent.Actors.spawn to transparently support joined mailboxes, i.e. join-patterns, supporting synchronization between actors. Control.Concurrent.Actors.spawn becomes polymorphic in new Control.Concurrent.Actors.Sources class old spawn_ subsumed by polymorphic spawn, with () send and other send-like functions restricted to Mailboxes, use out to convert arbitrary chans to Mailboxes productMb, faninMb, and fanoutMb renamed Control.Concurrent.Actors.contraProduct, Control.Concurrent.Actors.contraFanin, and Control.Concurrent.Actors.contraFanout, and given more general types old spawnReading removed
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install simple-actors
查看
标签
根据用户添加的标签生成
暂无标签