Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dahlbergbob/Sequence

An ActionScript Sequence
https://github.com/dahlbergbob/Sequence

Last synced: about 2 months ago
JSON representation

An ActionScript Sequence

Awesome Lists containing this project

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.