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. Milliseconds -> a -> Effect a

#receiveWithTrap Source

#receiveWithTrapAndTimeout Source

#ExitReason Source

#ExitMsg Source

#HasPid Source

class HasPid a  where

Members

Instances

#sendExitSignal Source