[[example]]
name = "iter"
path = "examples/iter.rs"
[lib]
name = "background_runner"
path = "src/lib.rs"
[package]
authors = ["dezajno <dezajno@coffe.junk.studio>", "cryptjar <cryptjar@coffe.junk.studio>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "filesystem", "game-development"]
description = "Run a heavy task in the background multiple times without blocking the triggering thread"
edition = "2024"
keywords = ["background", "thread", "io", "game", "periodic"]
license = "Apache-2.0"
name = "background-runner"
readme = "README.md"
repository = "https://codeberg.org/CoffeJunkStudio/background-runner"
version = "0.1.2"