Module

Erl.Process.Raw

Package
erl-process
Repository
purerl/purescript-erl-process

#Pid Source

data Pid :: Type

Instances

#send Source

send :: forall a. Pid -> a -> Effect Unit

#receive Source

receive :: forall a. Effect a

#receiveWithTimeout Source

receiveWithTimeout :: forall a. Int -> a -> Effect a