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

https://github.com/hirofa/utils


https://github.com/hirofa/utils

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# hirofa_utils

This is a utility project which is used in several other projects

[DOCS](https://hirofa.github.io/utils/hirofa_utils/index.html)

[CHANGELOG](CHANGELOG.md)

## js_utils

Abstractions & traits for JS engine related utilities

## AutoIdMap

A map to which generates its own unique keys (usize)

## Cache

A very simple cache

## DebugMutex

A logging Mutex which makes life easier while debugging

## EventLoop

A singlethreaded queue which acts as an EventLoop for several JavaScript engine projects

## TaskManager

Simple thread pool using tokio