All Classes and Interfaces
Class
Description
Entry point for async.java's combinators.
Error-first callback (Node.js-style).
new BeanTranslator.Builder()
.translate(
new
Translator<String, Integer>(String.class, Integer.class){
@Override
public Integer translate(String instance) {
return Integer.valueOf(instance);
}})
.build();An async (non-blocking) mutex.
A bounded async work queue.
Error-first continuation used by
NeoQueue.ITaskHandler.Token returned to a
acquire callback.Helpers that adapt error-first callbacks into more concise call sites.