How does the end of the execution of the child thread inform the main thread to execute the callback function?

question:

nodejsCPPjsCPPCPP


js

method tried:

libuvlibuv
libuv
libuv
libuvCPP

CPPmsgwaitformultipleobjectsPostThreadMessage
MFC
msgwaitformultipleobjectswhile
whilejs


Apr.11,2021

your main thread itself will have its own event loop, child thread to post an event into its event queue, and the next round of loop will be executed

.
Menu