Documentation
Tagion
NodeInterfaceService
tagion
services
nodeinterface
@
safe
struct
NodeInterfaceService {
NodeInterfaceOptions
opts
;
const
(
SecureNet
)
net
;
const
(
HiRPC
)
hirpc
;
ActorHandle
receive_handle
;
PeerMgr
p2p
;
this
(immutable(NodeInterfaceOptions) opts, shared(StdSecureNet) shared_net, string message_handler_task);
static
Topic
node_action_event
;
Document
[
uint
]
queued_sends
;
bool
[
uint
]
should_close
;
}
Constructors
this
this
(immutable(NodeInterfaceOptions) opts, shared(StdSecureNet) shared_net, string message_handler_task)
tagion
services
nodeinterface
enums
NodeErrorCode
structs
Dialer
NodeInterfaceOptions
NodeInterfaceService
Peer
PeerMgr