Module

Pinto

Package
erl-pinto
Repository
id3as/purescript-erl-pinto

#isRegistered Source

isRegistered :: forall b a. ServerName a b -> Effect Boolean

#ok Source

ok :: forall r. StartOk r => r -> Effect Unit

#ok' Source

ok' :: forall r. StartOk r => r -> Effect Pid

#okAlreadyStarted Source

okAlreadyStarted :: forall r. StartOk r => r -> Effect Unit

#okAlreadyStarted' Source

okAlreadyStarted' :: forall r. StartOk r => r -> Effect Pid

Re-exports from Pinto.Types

#StartLinkResult Source

data StartLinkResult

The result of invoking gen_server:start_link

Constructors

Instances

#ServerName Source

data ServerName state msg

Defines the server name for a gen server, along with the 'state' that the gen server will be using internally and the 'msg' type that will be received in the handleInfo calls this will be supplied to every call to the gen server API in order to enforce type safety across calls

Constructors

#ChildTemplate Source

data ChildTemplate args

The type used to link startSimpleChild and startTemplate together

Constructors