Async/src/FuzeWorks/Async
Abel Hoogeveen d35f15114b Finished Async into a working state (#1)
Initial release.

Removed Tracy dependency

Implemented dependencyConstraint.

Partially fixes #3.

Built foundation.

System is now fully in a working order, though many parts must still be developed.
System still requires the following components:
- Dependency Constraint. Only run when all dependencies have ran.
- TaskScheduler. Standardized task that plans task periodically and maintains consistency.
- Better TaskStorage.
- Proper documentation

Brought everything back into working condition.

Also updated all copyright notices.

Moved files into right place.

Co-authored-by: Abel Hoogeveen <abel@techfuze.net>
Reviewed-on: #1
2020-02-01 14:32:36 +01:00
..
Constraint Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Events Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Executors Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Supervisors Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
TaskStorage Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Constraint.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Executor.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Handler.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Process.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
SuperVisor.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Task.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
TaskFailException.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
TaskStorage.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Tasks.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
TasksException.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Worker.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00