tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
NNGPool
nngd
nngd
Undocumented in source.
struct
NNGPool {
NNGSocket
*
sock
;
void
*
context
;
File
_logfile
;
File
*
logfile
;
size_t
nworkers
;
NNGPoolWorker
*[]
workers
;
this
();
this
(NNGSocket* isock, nng_pool_callback cb, size_t n, void* icontext, int logfd);
void
init
();
void
shutdown
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(NNGSocket* isock, nng_pool_callback cb, size_t n, void* icontext, int logfd)
Undocumented in source.
Members
Functions
init
void
init
()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown
void
shutdown
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_logfile
File
_logfile
;
Undocumented in source.
context
void
*
context
;
Undocumented in source.
logfile
File
*
logfile
;
Undocumented in source.
nworkers
size_t
nworkers
;
Undocumented in source.
sock
NNGSocket
*
sock
;
Undocumented in source.
workers
NNGPoolWorker
*[]
workers
;
Undocumented in source.
Meta
Source
See Implementation
nngd
nngd
aliases
http_status
nng_aio_cb
nng_errno
nng_errstr
nng_http_req
nng_http_res
nng_http_status
nng_pool_callback
nng_tls_auth_mode
nng_tls_mode
nng_tls_version
toString
webclienthandler
webhandler
enums
nng_property_base
nng_socket_state
nng_socket_type
nng_worker_state
functions
nng_pool_stateful
nng_sleep
ptr
webrouter
manifest constants
infiniteDuration
static functions
webclientrouter
structs
NNGAio
NNGMessage
NNGPool
NNGPoolWorker
NNGSocket
WebApp
WebAppConfig
WebClient
WebClientAsync
WebData
WebTLS