RBatch comment added

pull/400/head
Nikita 9 years ago
parent 73578495c2
commit 7b6d50fd69

@ -24,10 +24,12 @@ import io.netty.util.concurrent.Future;
/**
* Interface for using pipeline feature.
*
* <p/>
* All method invocations on objects
* from this interface are batched to separate queue and could be executed later
* with <code>execute()</code> or <code>executeAsync()</code> methods.
* <p/>
* Please be ware, atomicity <b>is not</b> guaranteed.
*
*
* @author Nikita Koksharov

Loading…
Cancel
Save