The unification of single-threaded, multi-threaded, asynchronous, distributed
For the same reason, I think the development direction of concurrent and parallel programming technology is also "Fire-and-Forget", so asynchronous is unnecessary, async / await is a backward and inevitably eliminated model. Change from focusing on "code and function development" to "data control, data flow management, data lifecycle management, data standardization system, process improvement (process reengineering), thread collaborative optimization, etc."
The abolition of async / await is essentially "operations research". When waiting, this thread should be over. For example, in a factory, it will not happen that one workshop squats at the door of another workshop to wait for raw materials. Each workshop only interacts with the warehouse. After the main thread (also the workshop) sends out order data, The production plan is generated by the warehouse, and data (messages) are sent to the relevant workshops for production until the task is completed. There is no waiting in the entire process, but the production plan is generated according to the order, with the warehouse as the center, and each workshop independently produces in parallel.
... delete for too long
0 comments
[ 0.27 ms ] story [ 11.1 ms ] threadNo comments yet.