hirofa_utils 0.1.0

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

## AutoIdMap

a map to which generates it's 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