|
An asynchronous process is one in which the work performed by
the process may or may not begin when inputs are received from
prior processes. Unlike a synchronous process, an asynchronous
process queues up work and processes it according to parameters
that the organization determines are optimal.
|