# Asynchronous Control Flow with jQuery.Deferred

DevFeed: [Asynchronous Control Flow with jQuery.Deferred](<https://devfeed.tech/articles/asynchronous-control-flow-with-jquery-deferred-29153.md>)

Original publisher: [Read original article](<http://tech.zumba.com/2014/01/16/asynchronous-control-flow-jquery-deferred//>)

Author: Stephen Young (stephen.young@zumba.com)

Published: 2014-01-16T00:00:00Z

Content type: tutorial

Language: en

Sources: [Zumba](<https://devfeed.tech/sources/zumba.md>)

Topics: [jQuery](<https://devfeed.tech/topics/jquery.md>), [callback](<https://devfeed.tech/topics/callback.md>)

Tags: [asynchronous](<https://devfeed.tech/tags/asynchronous.md>), [callback](<https://devfeed.tech/tags/callback.md>), [how-to](<https://devfeed.tech/tags/how-to.md>)

## AI overview

This tutorial explains how to adapt callback structures into callback queues using deferred objects, also known as promises, with jQuery.Deferred.

## Source excerpt

How to adapt callback structures to callback queues using deferred objects (promises).