continue 0.1.2

Swift-style continuation API
Documentation
[dependencies.atomic-waker]
version = "1.1.2"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.test_executors]
version = "0.4.1"

[lib]
name = "continue"
path = "src/lib.rs"

[package]
authors = ["Drew Crawford <drew@sealedabstract.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "rust-patterns"]
description = "Swift-style continuation API"
edition = "2024"
exclude = [".*"]
homepage = "https://sealedabstract.com/code/continue"
keywords = ["continuation", "async", "await", "futures", "task"]
license = "MIT OR Apache-2.0"
name = "continue"
readme = "README.md"
repository = "https://github.com/drewcrawford/continue"
rust-version = "1.85.1"
version = "0.1.2"

[target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen]
version = "0.2.106"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.56"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm_thread]
version = "0.3.3"

[[test]]
name = "hung_sender"
path = "tests/hung_sender.rs"