Unreal, I recall seeing this a while back but I forgot to bookmark it and couldn't find it again. I really think that the actor model and functional pipelines are the correct way to do concurrency in most software these days. The actor model can be used to encapsulate mutable state when needed and functional pipelines otherwise.