CallbackRegistry

com.github.lavrov.bittorrent.dht.CallbackRegistry
See theCallbackRegistry companion object
trait CallbackRegistry[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def add(transactionId: ByteVector): F[Either[Throwable, Response]]
def complete(transactionId: ByteVector, result: Either[Throwable, Response]): F[Boolean]