distributed-process
distributed-process copied to clipboard
Cloud Haskell core library
https://haskell-distributed.github.io/tutorials/4ch.html mentions in the very beginning that it is using https://github.com/haskell-distributed/distributed-process-platform/tree/master/ ... which on the other hand says that it is deprecated in favor of multiple other libraries. The tutorial...
GitHub 08:42 (38 minutes ago) to me The page build completed successfully, but returned the following warning: You are attempting to use the 'pygments' highlighter, which is currently unsupported on...
In chapter 3 of the tutorials, links are mentioned to be unidirectional. On the other hand, monitors are the ones which are actually unidirectional (at least in Erlang). Unidirectional in...
Versions of the `network-transport-tcp` (and `distributed-process`) are needed to be specified. For now, with recent version, example does not compile: ``` • Couldn't match expected type ‘IO (Either a0 network-transport-0.5.2:Network.Transport.Transport)’...
I find myself wanting to be able to Typeable quantify over higher-kinded variables, like `* -> *` or `Constraint`. This problem comes in two parts: one of them I've thought...
I haven't committed in a long while so I thought I'd run this through you first, Edsko.
On line 451 of TestTransport.hs : https://github.com/haskell-distributed/distributed-process/blob/edsko/network-transport-2/tests/TestTransport.hs#L451 If I add another line beneath this, so that two connections are made between an endpoint and its own address, then the 'testConnectToSelf'...
All tests that uses `spawn` primitive keeps processes alive even after test is finished.