agnostic-lite 0.3.15

`agnostic-lite` is WASM friendly and light version of `agnostic`, for users who want to write async runtime-agnostic crate.
Documentation

agnostic-lite

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 11 feature flags, 2 of them enabled by default.

default

  • std

std

    This feature flag does not enable additional features.

time

  • std
  • atomic-time
  • paste
  • tokio?/time
  • tokio?/macros
  • tokio?/sync
  • wasm?/time
  • wasm?/channel
  • smol?/time
  • smol?/channel
  • async-std?/time
  • async-std?/channel

wasm

  • std
  • dep:wasm
  • wasm/channel
  • futures-util/async-await-macro
  • futures-util/async-await
  • futures-util/std

smol

  • dep:smol
  • async-io

async-std

  • dep:async-std
  • async-io

async-io

  • dep:async-io
  • time

test

  • time

tokio

  • dep:tokio

atomic-time

  • dep:atomic-time

paste

  • dep:paste