He's not asking for over complicated explanations, it's a general question"can he call functions asynchronously"the answer is yes
Because HTTP / TCP requests are done in a separate thread (completely asynchronously) is it possible to sneak code into the request thread that is not directly related to the request?
I think what you're thinking of is parallel processing.the answer is yes
I think what you're thinking of is parallel processing.
I honestly think that that's what OP is thinking of, considering he wants an exploit in tcpobjects to run things in multiple threads.