javadocs fixed

pull/2400/head
Nikita Koksharov 5 years ago
parent 12131e9bec
commit e1c16bc3bc

@ -124,9 +124,9 @@ public interface RExecutorService extends ExecutorService, RExecutorServiceAsync
void registerWorkers(WorkerOptions options);
/**
* Returns active worker groups
* Returns active workers amount available for tasks execution.
*
* @return active worker groups count
* @return workers amount
*/
int countActiveWorkers();

Loading…
Cancel
Save