pooled_map 1.0.0 copy "pooled_map: ^1.0.0" to clipboard
pooled_map: ^1.0.0 copied to clipboard

An asynchronous map for Dart that locks keys, to avoid the Thundering Herd problem.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pooled_map

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pooled_map: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pooled_map/pooled_map.dart';
0
likes
40
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

An asynchronous map for Dart that locks keys, to avoid the Thundering Herd problem.

Homepage

License

MIT (license)

Dependencies

pool

More

Packages that depend on pooled_map