doc: fix comment of set callback function
This commit is contained in:
parent
4ee36dba67
commit
0edd9a49ce
|
@ -198,8 +198,8 @@ public:
|
||||||
// connections.
|
// connections.
|
||||||
void backlog(int backlog);
|
void backlog(int backlog);
|
||||||
|
|
||||||
// Sets the callback to be executed after all threads
|
// Sets the callback to be executed after |num_threads|
|
||||||
// of |num_threads| is created.
|
// of threads is created.
|
||||||
void set_on_all_threads_created_callback(on_all_threads_created_cb cb);
|
void set_on_all_threads_created_callback(on_all_threads_created_cb cb);
|
||||||
|
|
||||||
// Sets TLS handshake timeout, which defaults to 60 seconds.
|
// Sets TLS handshake timeout, which defaults to 60 seconds.
|
||||||
|
|
Loading…
Reference in New Issue