/Dynamic-Worker-with-Promises

Provides the ability to run JS scripts in a worker thread with Promise callbacks as to not lock-up the main thread and UI in the browser during heavy load.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Dynamic Worker with Promises

Provides the ability to run JS scripts in a worker thread with Promise callbacks as to not lock-up the main thread and UI in the browser during heavy load. Uses AlaSQL JS for testing purposes