AsyncHandler

orcus.async.AsyncHandler
See theAsyncHandler companion trait
object AsyncHandler

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Callback[A] = (Either[Throwable, A] => Unit) => Unit

Value members

Concrete methods

def apply[F[_]](implicit F: AsyncHandler[F]): AsyncHandler[F]