async
RU: async
Short for asynchronous. The approach where a program sends a request to a slow device and, instead of waiting idle, lets the CPU do other useful work; the device's result is handled later. Exists so the fast CPU is not wasted across the millions of cycles a slow device takes to answer.