Transient.Move

Running the Monad

data Cloud a

runCloud

runCloudIO

runCloudIO'

Node & Cluster Management

data Node

Creating nodes

type Service

createNodeServ

createNode

createWebNode

Joining the cluster

connect

connect'

listen

addNodes

shuffleNodes

data Connection

data ConnectionData

defConnection

Querying nodes

getMyNode

getWebServerNode

getNodes

nodeList

isBrowserInstance

Running Local Computations

local

onAll

lazy

loggedc

lliftIO

localIO

fullStop

Moving Computations

wormhole

teleport

copyData

Running at a Remote Node

beamTo

forkTo

callTo

runAt

atRemote

Running at Multiple Nodes

clustered

mclustered

callNodes

Messaging

putMailbox

putMailbox'

getMailbox

getMailbox'

cleanMailbox

cleanMailbox'

Thread Control

single

unique

Buffering Control

setBuffSize

getBuffSize

REST API

api

data HTTPMethod

type PostParams

Low Level APIs

data ParseContext a