doc: fix comment of set callback function

This commit is contained in:
Jacky_Yin 2021-08-17 00:16:17 +08:00
parent 4ee36dba67
commit 0edd9a49ce
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ public:
// connections.
void backlog(int backlog);
// Sets the callback to be executed after all threads
// of |num_threads| is created.
// Sets the callback to be executed after |num_threads|
// of threads is created.
void set_on_all_threads_created_callback(on_all_threads_created_cb cb);
// Sets TLS handshake timeout, which defaults to 60 seconds.