grpc-d-core ~master (2021-10-08T04:49:21Z)
Dub
Repo
ServicerThread
grpc
service
Undocumented in source.
class
ServicerThread : Thread(
T
) {
this
();
~this
();
shared
bool
threadReady
;
shared
bool
threadStart
;
ulong
workerIndex
;
void
*[
string
]
registeredMethods
;
shared
(
Server
)
server
;
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
registeredMethods
void
*[
string
]
registeredMethods
;
Undocumented in source.
server
shared
(
Server
)
server
;
Undocumented in source.
threadReady
bool
threadReady
;
Undocumented in source.
threadStart
bool
threadStart
;
Undocumented in source.
workerIndex
ulong
workerIndex
;
Undocumented in source.
Meta
Source
See Implementation
grpc
service
modules
queue
classes
Service
ServicerThread
interfaces
ServiceHandlerInterface
mixin templates
Reader
Writer