Skip to content

AsyncCallback<A>

typedef AsyncCallback<A> = void Function(Either<Object, A>)

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