Operation Queue
Reported by Dan Schultz | March 7th, 2011 @ 07:02 PM | in 0.2.0
Create a class that contains a queue of other operations to
execute. This queue will be called an OperationQueue
.
Its purpose is for operations that are either computationally
expensive or take large amounts of time to complete, such as
uploading. The class will fire events that clients may listen to
watch it's progress.
Comments and changes to this ticket
-
Dan Schultz March 7th, 2011 @ 07:05 PM
- Title changed from Create Operation Queue to Operation Queue
-
Dan Schultz March 8th, 2011 @ 02:00 AM
- State changed from open to resolved
(from [c1b355e0d3d7bf48e7ce865f6e24b9413848581f]) adding a queue to manage the execution of operations [#29 state:resolved]
https://github.com/danschultz/mesh/commit/c1b355e0d3d7bf48e7ce865f6... -
Dan Schultz March 9th, 2011 @ 05:16 AM
(from [35812c716613acac1d6c2138a5d8c3b7314bf073]) operation queue will remove an operation when the operation fires a canceled event. [#29]
https://github.com/danschultz/mesh/commit/35812c716613acac1d6c2138a...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>
People watching this ticket
Tags
Referenced by
- 29 Operation Queue (from [c1b355e0d3d7bf48e7ce865f6e24b9413848581f]) adding ...
- 29 Operation Queue (from [35812c716613acac1d6c2138a5d8c3b7314bf073]) operati...