Execution monad

感情迁移 提交于 2020-01-05 09:10:34

问题


I know monad is the general concept. What about Execution monad. Is it a general concept or design Patten which can be used outside scalding too.

I have seen new version of scalding is having execution monads.


回答1:


It is just one specific monad, which is part of scalding. So, not a general concept.

You could use similar monads in other contexts outside of scalding, but the exact monad would be different, and the term "execution monad" doesn't seem to be commonly used except to refer specifically to the scalding execution monad.



来源:https://stackoverflow.com/questions/28510896/execution-monad

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!