smartpoll 0.1.1

A 'Task' abstraction that simplifies polling futures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.parking_lot]
features = ["hardware-lock-elision"]
version = "0.12"

[package]
categories = ["asynchronous"]
description = "A 'Task' abstraction that simplifies polling futures."
edition = "2021"
homepage = "https://github.com/MilesCourtie/smartpoll"
keywords = ["async", "executor", "futures", "task"]
license = "MIT"
name = "smartpoll"
readme = "README.md"
repository = "https://github.com/MilesCourtie/smartpoll"
version = "0.1.1"