UNPKG

thread-manager-service

Version:

Yet another way to fake threads in JS, of course using Web Workers

11 lines (9 loc) 249 B
/* * Copyright (c) 2020 * Author: Marco Castiello * E-mail: marco.castiello@gmail.com * Project: ThreadManagerService.js */ import threadManager from './thread-manager.js'; self.Threads = threadManager; export default threadManager;