Callback.NOOP is obviously non-blocking.
This commit is contained in:
parent
b9a946f76e
commit
927fe9ec44
|
@ -30,7 +30,7 @@ public interface Callback
|
||||||
* Instance of Adapter that can be used when the callback methods need an empty
|
* Instance of Adapter that can be used when the callback methods need an empty
|
||||||
* implementation without incurring in the cost of allocating a new Adapter object.
|
* implementation without incurring in the cost of allocating a new Adapter object.
|
||||||
*/
|
*/
|
||||||
Callback NOOP = new Callback()
|
Callback NOOP = new Callback.NonBlocking()
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue