tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
DARTInterfaceService
tagion
services
DARTInterface
Undocumented in source.
@
safe
struct
DARTInterfaceService {
immutable
(
DARTInterfaceOptions
)
opts
;
immutable
(
TRTOptions
)
trt_opts
;
immutable
(
TaskNames
)
task_names
;
void
task
();
}
Members
Functions
task
void
task
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
opts
immutable
(
DARTInterfaceOptions
)
opts
;
Undocumented in source.
task_names
immutable
(
TaskNames
)
task_names
;
Undocumented in source.
trt_opts
immutable
(
TRTOptions
)
trt_opts
;
Undocumented in source.
Meta
Source
See Implementation
tagion
services
DARTInterface
enums
InterfaceError
functions
checkSocketError
dartHiRPCCallback
structs
DARTInterfaceOptions
DARTInterfaceService
DartWorkerContext