RequestDispatcher

com.github.lavrov.bittorrent.wire.RequestDispatcher
See theRequestDispatcher companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def downloadPiece(index: Long): IO[ByteVector]
def stream(availability: Signal[IO, BitSet]): Stream[IO, (Request, Deferred[IO, ByteVector])]