irondash_run_loop 0.2.0

Consistent, platform-independent interface to system run loop.
Documentation
[[test]]
harness = false
name = "sender_for_main_thread"
path = "src/tests/sender_for_main_thread.rs"
[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3.17"

[dependencies.once_cell]
version = "1.16.0"

[package]
authors = ["Matej Knopp <matej.knopp@gmail.com>"]
description = "Consistent, platform-independent interface to system run loop."
edition = "2021"
license = "MIT"
name = "irondash_run_loop"
readme = "README.md"
repository = "https://github.com/irondash/irondash"
resolver = "1"
version = "0.2.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation]
version = "0.9"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc]
version = "0.2.7"
[target."cfg(target_os = \"android\")".dependencies.irondash_jni_context]
version = "0.2.0"

[target."cfg(target_os = \"android\")".dependencies.log]
version = "0.4"