We all know that the setTimeout method can insert callbacks into the task queue of the js engine after interval, so is there a specific method for "insert" that the front-end engineer can get and use?
because I think that after we get this method, we can write some asynchronous programming frameworks ourselves.
Thank you for your help!