metarhia / noroutine

Goroutine analogue for Node.js, spreads I/O-bound routine calls to utilize thread pool (worker_threads) using balancer with event loop utilization. 🌱
https://metarhia.com
MIT License
120 stars 11 forks source link

Wrap non-function properties into shared abstraction #7

Open nechaido opened 2 years ago

nechaido commented 2 years ago

It could be beneficial to wrap non-function module properties into thread-safe shared abstractions, so that they could be asynchronously modified and accessed from each routine.