rd_kafka_conf_set_closesocket_cb

@brief Set close socket callback.

Close a socket (optionally opened with socket_cb()).

@remark The callback will be called from an internal librdkafka thread.

extern (C) nothrow @nogc
void
rd_kafka_conf_set_closesocket_cb
(,
int function
(
int sockfd
,
void* opaque
)
closesocket_cb
)

Meta