background-runner 0.1.2

Run a heavy task in the background multiple times without blocking the triggering thread
Documentation
[package]
name = "background-runner"
version = "0.1.2"
authors = [
    "dezajno <dezajno@coffe.junk.studio>",
    "cryptjar <cryptjar@coffe.junk.studio>",
]
description = "Run a heavy task in the background multiple times without blocking the triggering thread"
license = "Apache-2.0"
repository = "https://codeberg.org/CoffeJunkStudio/background-runner"
categories = ["asynchronous", "filesystem", "game-development"]
keywords = [
    "background",
    "thread",
    "io",
    "game",
    "periodic",
]
edition = "2024"