#286·napajs

how child thread import vm

Author: JOHNHYHCreated Sep 17, 2019Updated Sep 17, 2019

in a main thread,accept request. in a child thread ,execute caculate. but in child thread, there needs other module. this module is easy using in the main thread,how can i use it in child thread or child thread used main thread context.