singletonThread 2.0.0

thread in a singleton
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Changelog

All notable changes to this project will be documented in this file.  
This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and follows [Semantic Versioning](https://semver.org/).

---

## [2.0.0]

### Added
- Moved priority stuff into optional feature `thread-priority`.

### Changed
- **[Breaking]** Refactored most of the method names.
- Refactored internal thread management for better performance and maintainability.
- Updated dependency.
- Updated to Rust 2024 edition.