Struct bip_utracker::TrackerClient [] [src]

pub struct TrackerClient { /* fields omitted */ }

Tracker client that executes requests asynchronously.

Client will shutdown on drop.

Methods

impl TrackerClient
[src]

[src]

Create a new TrackerClient.

[src]

Create a new TrackerClient with the given message capacity.

Panics if capacity == usize::max_value().

[src]

Execute an asynchronous request to the given tracker.

If the maximum number of requests are currently in progress, return None.

Trait Implementations

impl Drop for TrackerClient
[src]

[src]

Executes the destructor for this type. Read more