Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyuubiran/utility

A C++20, header-only utility library.
https://github.com/kyuubiran/utility

cpp cpp20 library utility

Last synced: about 1 month ago
JSON representation

A C++20, header-only utility library.

Awesome Lists containing this project

README

        

# What's this
A C++20, header-only utility library.

## Features
- Random (Random number generator)
- Event (Event Handling)
- Sequence (A Kotlin-like sequence)
- BlockingContainer (An implementation for containers that blocks the thread when it is empty.)
- ThreadPool (Modified from: https://github.com/progschj/ThreadPool/blob/master/ThreadPool.h)
- AutoDisposable (A simple resource automatic release proxy utility class)