|
|
|
|
|
by eecc
1885 days ago
|
|
I think what he means is that everything in Haskell is "async" because the language runtime is lazy and types can encode parallelism: monads and functors fro sequential, blocking code, while applicatives for independent code. Not sure if it's actually correct though. |
|