Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
served: minor documentation fix about non-blocking run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDC authored and Adrian Dubuc-Caldirac committed Aug 24, 2019
1 parent a4ec1a3 commit b8cf08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/served/net/server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class server
* and another param which defines the blocking nature.
*
* @param n_threads the number of threads to pool for request handling
* @param block if n_threads > 0, defines whether this operation is blocking or not
* @param block if n_threads > 1, defines whether this operation is blocking or not
*/
void run(int n_threads = 1, bool block = true);

Expand Down

0 comments on commit b8cf08d

Please sign in to comment.