Skip to content

AsyncCallback<A>

typedefAsyncCallback<A>=voidFunction(Either<Object,A>)

A callback that receives either an error or a successfully computed value of type A, used by IO.async_.