grpc-d-core ~master (2021-10-08T04:49:21Z)
Dub
Repo
CallContext
grpc
common
call
Undocumented in source.
struct
CallContext {
@
safe
@
nogc
shared
(
Mutex
)
mutex
;
@
safe
@
nogc
grpc_call
**
call
;
@
safe
@
nogc
CallDetails
details
;
@
safe
@
nogc
MetadataArray
metadata
;
@
safe
@
nogc
ByteBuffer
data
;
@
safe
@
nogc
MonoTime
timestamp
;
static
CallContext
create
();
this(this)
;
~this
();
}
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Static functions
create
CallContext
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
call
grpc_call
**
call
;
Undocumented in source.
data
ByteBuffer
data
;
Undocumented in source.
details
CallDetails
details
;
Undocumented in source.
metadata
MetadataArray
metadata
;
Undocumented in source.
mutex
shared
(
Mutex
)
mutex
;
Undocumented in source.
timestamp
MonoTime
timestamp
;
Undocumented in source.
Meta
Source
See Implementation
grpc
common
call
structs
CallContext
CallDetails
Tag