endovena ~master (2022-05-30T11:49:18.4991654)
Dub
Repo
QueueClient
tests
template_register
Undocumented in source.
class
QueueClient : IQueueClient!T(
T
) {
this
(IQueue!T service);
IQueue
!
T
service
[@property getter];
}
Constructors
this
this
(IQueue!T service)
Undocumented in source.
Members
Properties
service
IQueue
!
T
service
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tests
template_register
classes
Queue
QueueClient
functions
register_as_types
interfaces
IQueue
IQueueClient