HiRPC.opDispatch

Creates a sender via opDispatch.method with argument params

struct HiRPC
const
immutable(Sender)
opDispatch
(
string method
T
)
(
ref auto const T params
,
const uint id = uint.max
)

Parameters

method

opDispatch method name

params T

argument for method

id uint

optional id

Return Value

Type: immutable(Sender)

The created sender