async
- adjective
- /ˈeɪsɪŋk/
- Specialized
- I think async IO is a special case because it sort of allows overlapping IO and only IO.
I'll, I'll, I'll stick to typing in the async IO and the faster interpreter.
- I'll, I'll, I'll stick to typing in the async IO and the faster interpreter.
Examples
-
By processing requests async, the server can handle multiple users at the same time more efficiently.
-
So this code that we posted async to that queue can't do UI here.
-
However, surprisingly you won't be doing dispatch queue global dot async as much as you think.
-
I'll, I'll, I'll stick to typing in the async IO and the faster interpreter.
-
The application runs updates async to ensure that users can continue their work without interruption.
-
Developers often implement features async to improve the overall responsiveness of their apps.
Synonyms
Not happening at the same time, for example a course you study on your own schedule
At different times so things do not need to wait for each other
Happening at different times from something else
Happening at a different time from something else
Happening at different times, not at the same time
Antonyms
How Synchronous
- Specialized
Surface Forms
Morphology
async = sync (semi-transparent) = a + sync
Derivable for learners who know the computing term 'sync' (synchronization) and the negative prefix 'a-', but the clipped form and informal usage may be unfamiliar to general learners.
Etymology
Async comes from asynchronous, formed from a- meaning 'not' and sync meaning 'same time'. So in computing an async function runs 'not at the same time' as other code, which lets the app do more than one thing at once.