AsyncResource integration for EventEmitter
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides `EventEmitterAsyncResource`, a class that integrates Node.js's `EventEmitter` with `AsyncResource` to enable proper asynchronous operation tracking for event-driven code. It's designed for Node.js developers who use `async_hooks` for monitoring or debugging and need their event emitters to be correctly associated with async contexts. The class offers the same API as `EventEmitter` while automatically managing async resource lifecycle.