Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahlbergbob/Sequence
An ActionScript Sequence
https://github.com/dahlbergbob/Sequence
Last synced: about 2 months ago
JSON representation
An ActionScript Sequence
- Host: GitHub
- URL: https://github.com/dahlbergbob/Sequence
- Owner: dahlbergbob
- License: gpl-3.0
- Created: 2012-07-12T07:34:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T18:44:58.000Z (almost 12 years ago)
- Last Synced: 2024-08-04T05:05:44.761Z (5 months ago)
- Language: ActionScript
- Size: 1.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: license.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Sequence - An ActionScript Sequence (Unsorted / Other API)
README
Sequence Copyright (C) 2013 Bob Dahlberg
This program comes with ABSOLUTELY NO WARRANTY; for details see http://www.gnu.org/licenses (GNU GPLv3)
This is free software, and you are welcome to redistribute it under certain conditions.Sequence is a simple task handler that will keep your function calls/tasks in order. It allows you to setup predefined sequences of concurrent or sequentail tasks, nest sequencens/tasks/function calls or add extra tasks to the sequences adhoc as it runs.
Implement ITask or ISequentialTask (or extend the implementations of them) to make your own tasks.