Xamarin.Google.Guava.ListenableFuture (1.0.0.9)
Published 2023-05-05 11:47:33 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 1.0.0.9 Xamarin.Google.Guava.ListenableFuture
About this package
Xamarin.Android bindings for Google Guava ListenableFuture
NOTE: This package is meant to be used as a reference only for other binding projects that depend on Guava.
This package does not expose any useful API's in the .dll itself.
Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, functional types, an in-memory cache, and APIs/utilities for concurrency, I/O, hashing, primitives, reflection, string processing, and much more!