Parallel and Concurrent Programming in Haskell
Parallel and Concurrent Programming in Haskell

ThisbookcoversthebreadthofHaskell'sdiverseselectionofprogrammingAPIsforconcurrentandparallelprogramming.Itissplitintotwoparts.Thefirstpart,onparallelprogramming,coversthe

util.concurrent

util.concurrent是一个Java语言的并发开发包,示例代码:publicclassExecutor{   privatestaticLoggerlogger=Logger.getLogger(Executor.class);   privatestaticPooledExecutorexecutor=newPooledExecutor(5);