
asynchronous
/ˈeɪˈsɪŋkɹənəs/
Not occurring at the same time; non-blocking operations
asynchronous in a sentence
“Asynchronous processing prevents the UI from freezing during long operations.”
Origin of asynchronous
From Greek a- (not) + syn (together) + chronos (time)
Related Words
middleware
Software that acts as a bridge between different applications
monolithic
A single-tiered software application with all components unified
immutable
Unable to be changed after creation
polymorphism
The ability of objects to take many forms
encapsulation
Bundling data with methods that operate on that data
singleton
A design pattern restricting instantiation to one object