diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-06-09 15:56:13 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-06-09 15:56:13 +0300 |
| commit | 5ac8307bfa1006964a4714a391bb3240b8311930 (patch) | |
| tree | 216f8a6942c33ffb68a8d279d1a29f1fd2cfc646 | |
| parent | 5104d3314a715ae65d7020ab68dce469620975c6 (diff) | |
| parent | 8c0700e809b9a1efcbb9a8394a9b4241b7c3f415 (diff) | |
| download | rabbitmq-server-git-5ac8307bfa1006964a4714a391bb3240b8311930.tar.gz | |
Merge branch 'stable'
| -rw-r--r-- | src/worker_pool.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/worker_pool.erl b/src/worker_pool.erl index 082e92446b..6bacd43d27 100644 --- a/src/worker_pool.erl +++ b/src/worker_pool.erl @@ -18,8 +18,8 @@ %% Generic worker pool manager. %% -%% Submitted jobs are functions. They can be executed asynchronously -%% (using worker_pool:submit/1, worker_pool:submit/2) or synchronously +%% Submitted jobs are functions. They can be executed synchronously +%% (using worker_pool:submit/1, worker_pool:submit/2) or asynchronously %% (using worker_pool:submit_async/1). %% %% We typically use the worker pool if we want to limit the maximum |
