怎么正确写concurrency
版主: huangchong
Re: 怎么正确写concurrency
Rediscover things that have been done in Haskell before is what Scala people likes to do.
Without do notation, using monad is just awkward as hell. Try having 10 layers of bind calls.
Also, monad is not panacea. You can't stack several of them without getting very tricky very fast.