Open whortaneto opened 7 years ago
Make this api possible:
Chimera.executeInWorker( param1, param2, (param1, param2) => { //function } ).then((result) => { // using result from function. })
Make this api possible: