[][src]Crate kf_socket

Structs

ExclusiveKfSink

Multi-thread aware Sink. Only allow sending request one a time.

KfSink
KfSocket

KfSocket is high level socket that can send and receive kf-protocol

KfStream
SinkPool

Pool of sinks. This is lightweight version of SocketPool where you only need to keep track of sink no attemp to keep id indexes

SocketPool

pooling of sockets

Enums

KfSocketError

Functions

send_and_receive

send request and return response from calling server at socket addr

Type Definitions

SharedSinkPool