Module
Pinto
- Package
- erl-pinto
- Repository
- id3as/purescript-erl-pinto
#isRegistered Source
isRegistered :: forall b a. ServerName a b -> Effect BooleanRe-exports from Pinto.Types
#SupervisorName Source
type SupervisorName = ServerName Unit Unit#StartLinkResult Source
#StartChildResult Source
data StartChildResultThe result of invoking gen_server:start_link
Constructors
ChildStarted PidChildStartedWithInfo Pid ForeignChildAlreadyStarted PidChildAlreadyPresentChildFailed Foreign
Instances
#ServerName Source
data ServerName state msgDefines 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 argsThe type used to link startSimpleChild and startTemplate together
Constructors
ChildTemplate (args -> Effect StartLinkResult)