logo
首页技术栈工具库讨论
immortal-worker

immortal-worker

The package provides means for common pattern in web development in Haskell. When you need a thread that makes some task in a loop with sleeping between iterations you don't wan't it to die from some occasional exception. So, the package contains: Helper to create non-dying labeled threads with logging of occured exceptions. Only synchronous exceptions are considered as safe for restoring from. Delay is added between respawns of worker. Isolation helpers for subactions that should not interfere with each other.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install immortal-worker
查看
标签
根据用户添加的标签生成
暂无标签