How to realize multithreading in Mini Program koa

I write child_process in app.js
in the koa background directory brought by Mini Program and then fork the time.js of the sibling directory

In

time js is
function loop () {
console.log (1)
}
setInterval (loop,1000)

the problem came when I uploaded it to the server through Wechat"s development tool, and he swallowed my timerjs directly.
I found that require exists in all the other files I can find. There will be no files without require.

so how to write multithreaded child processfork with module exports

Apr.17,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b40c47-ea8d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b40c47-ea8d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?