Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 568 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 568 Bytes

hirofa_utils

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

DOCS

CHANGELOG

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