Skip to main content
async

async

1 7.7
A process or discussion not happening at the same time so people can reply later
  • noun
  • /ˈeɪsɪŋk/
  • Jargon
translation icon : proceso asíncrono
  • The younger workforce also does not care much for synchronous communication and embraces async.

Examples

  • The developer explained how the async function improves the app's performance by loading data without freezing the interface.

  • Third week is async week where you are only allowed to do verbal and and video recordings for communication.

  • This is nothing new, but it is a cool example of how easy stuff like this is now that you have the async keyword.

    Blog text (13)
  • When using external APIs like maps or analytics, always use the async versions.

    Blog text (20)
  • We created an AsyncRelayCommand, which essentially disables the command while an async action is running.

    Blog text (13)
  • This is useful because commands may call services (which are async), and during that call you'd rather the user not do it again.

    Blog text (13)
  • This documentation covers how async processes can enhance user experience in web applications.

  • With async, multiple tasks can be executed simultaneously, allowing for more efficient program execution.

Synonyms

asynchronous operation
vsasync
  • Specialized
7.0

An action that runs without waiting for other tasks so the program keeps working

is used more broadly for processes, functions, and online discussions

Antonyms

synchronous
  • Specialized
4 7.0

Needing a shared clock so devices send data at the same time

How Synchronous

synchronization
  • US
12 4.7
synchronous operation
  • Specialized
5.9
async
  • Jargon
1 7.7

Surface Forms

async singular
asyncs plural

Morphology

async = sync (semi-transparent) = a + sync

The noun sense ('an async') is predictable from 'a-' + 'sync' for those who know 'sync', but as an informal/clipped technical noun it may be unclear to general learners.

Etymology

Async comes from asynchronous, built from a- meaning 'not' and sync meaning 'same time'. So an async as a noun is a process or discussion done 'not at the same time', like messages you answer when it suits you.