Module piece_getter

Source
Expand description

Getting object pieces from the network or various caches

Traits§

PieceGetter
Trait representing a way to get pieces

Functions§

get_pieces_individually
A default implementation which gets each piece individually, using the get_piece async function.