Initialize
[Source]
Constructors
create
[Source]
new ref create(
log: Logger[String val] val,
server: Server tag)
: Initialize ref^
Parameters
Returns
Public Functions
apply
[Source]
fun box apply(
server_state: (ServerNotConnected val | ServerNotInitialized val | ServerInitializing val |
ServerInitialized val | ServerShuttingDown val | ServerExiting val),
rpc_handler: Handler tag,
message: RequestMessage val,
params: InitializeParams val)
: ((ServerNotConnected val | ServerNotInitialized val | ServerInitializing val |
ServerInitialized val | ServerShuttingDown val | ServerExiting val |
None val) , (I32 val | None val))
Parameters
Returns