标签: haskell cloud
在Cloud Haskell中,expect函数有一个名为expectTimeout的超时表兄弟。是否还有receiveChan的超时功能(对于类型安全通道)? Source
expect
expectTimeout
receiveChan
目前,我的应用程序将无限期地等待回复,因此如果进程终止,我的应用程序将处于死锁状态,因此,如果我可以设置超时以便忽略已经死亡的进程,那将会很好。 / p>
答案 0 :(得分:3)
版本0.4.2中有receiveChanTimeout
receiveChanTimeout
http://hackage.haskell.org/packages/archive/distributed-process/0.4.2/doc/html/Control-Distributed-Process.html