Class RPCClient.Waiting

Control structure for Fibers blocked on this connection

class Waiting ;

Fields

NameTypeDescription
event LocalManualEventThe event that the blocked fiber will be waiting on
on_packet_received @safe void delegate()Callback to invoke when response packet is received
res PacketResponse packet that we get