Create custom DAG thread handler #119
Labels
difficult
Feature that may be difficult to implement
distribution
Distributed architecture work
improvement
Make something better than it was
Remove the dependency of the
CompletableFuture
, create own DAG handler. This will require some IPC internally to signal when threads that depend on others are completed and ready to run. This might be a good opportunity to introduce a spike to add tests for this code.Explore the use of
Promise
andFuture
code, with theonComplete
handlers, which can simulate the same type of behavior asCompletableFuture
. Will need to add some extra functionality, such as aMap
that can keep track of threads that are complete, along with signaling.The text was updated successfully, but these errors were encountered: