struct-threads 1.0.0

A simple library providing a Thread extension trait for Runnable tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "struct-threads"
version = "1.0.0"
edition = "2024"
authors = ["DavĂ­d Lishchyshen <david@daika.dev>"]
description = "A simple library providing a Thread extension trait for Runnable tasks."
license = "MIT"
readme = "README.md"
repository = "https://github.com/AsfhtgkDavid/struct-threads"
keywords = ["thread", "runnable", "struct", "task"]
categories = ["concurrency", "rust-patterns"]

[dependencies]