Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jul 29, 2023
1 parent d9be930 commit c42d74c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class TestMonkeyTaskManager extends SimpleApplication implements On

protected static final AppThread assetLoaderThread = new AssetLoaderThread();
protected static final MonkeyTaskExecutorsManager monkeyTaskBinder =
new MonkeyTaskExecutorsManager(new TestJectorInheritance());
new MonkeyTaskExecutorsManager(new TaskExecutorService());
protected static final MonkeyTaskExecutor monkeyTaskExecutor =
new MonkeyTaskExecutor("MonkeyExecutor");

Expand Down Expand Up @@ -232,7 +232,8 @@ protected static class ApplicationTasks {
- [x] Single-threaded dependency tasking.
- [x] Non-threaded tasking.
- [x] Supports dependency arguments.
- [x] Supports dependency return objects to the caller (the parent task executor).
- [x] Supports dependency return objects to the caller (the parent task executor).
- [x] Supports OO Polymorphism over the Worker classes (need to add all the workers statically to the TaskExecutorManager).

## Featuring the DI pattern:
1) Dependencies are defined by some Method objects as Tasks.
Expand Down

0 comments on commit c42d74c

Please sign in to comment.