nvimhost ~master (2020-11-12T12:45:19Z)
Dub
Repo
NvimClient.callAsync
nvimhost
client
NvimClient
Asynchronous call returns immediatetly after serialializing the data over RPC.
struct
NvimClient
auto
callAsync
(
Ret
T
...
)
(
string
cmd
,
T
args
)
if
(
Ret.stringof
== "void"
)
Meta
Source
See Implementation
nvimhost
client
NvimClient
destructors
~this
functions
call
callAsync
close
connect
decodeMethod
enableLog
inspectMsgKind
variables
logEnabled
nvimAddr
Asynchronous call returns immediatetly after serialializing the data over RPC.