Concurrently
Computer users take it for granted that their systems can do more than one thing at a time. They assume that they can continue to work in a word processor, while other applications download files, manage the print queue, and stream audio. Even a single application is often expected to do more than one thing at a time. For example, that streaming audio application must simultaneously read the digital audio off the network, decompress it, manage playback, and update its display. Even the word processor should always be ready to respond to keyboard and mouse events, no matter how busy it is reformatting text or updating the display. Software that can do such things is known as concurrent software.
Source: Concurrently
Popular Concurrently articles and code snippets
Related Articles
- How to update data attribute on Ajax complete
- October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- Octobercms Component Unique id (Twig & Javascript)
- Passing a JS var from AJAX response to Twig
- Laravel {!! Form::open() !!} doesn't work within AngularJS
- DropzoneJS & Laravel - Output form validation errors
- Import statement and Babel