Async server for running tasks in parallel.
Go to file
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
bin Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
src/FuzeWorks/Async Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
.gitignore Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
Dockerfile Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
composer.json Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
config.tasks.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00
storage.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
worker.php Finished Async into a working state (#1) 2020-02-01 14:32:36 +01:00