findProvidersAsync abstract method

Stream<AddrInfo> findProvidersAsync(
  1. CID cid,
  2. int count
)

Search for peers who are able to provide a given key

When count is 0, this method will return an unbounded number of results.

Implementation

Stream<AddrInfo> findProvidersAsync(CID cid, int count);