hirofa_utils 0.7.4

Utils project which is depended on by several other projects
Documentation
# 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