Synchronization of JavaScript Events
To bring all user and Ajax interaction under the control of a single, sequential process, the main thread of execution must wait for the execution of at least one JavaScript event handler.
Here is a simple program that illustrates the funnelling of all asynchronous JavaScript events into a single queue:
The program is described at https://doc.mashweb.club/experiments/seq_webapp_biwascheme/ .
Last updated