java-red icon indicating copy to clipboard operation
java-red copied to clipboard

Effective Concurrency Modules for Java

Results 3 java-red issues
Sort by recently updated
recently updated
newest added

In `RedSynchronizer`: We currently support only `execute` which receive a `PendingMarker` to mark completion of execution. We should also support - `executeForFuture` which returns a `Future` - `executeForListenableFuture` which return...

In `RedSynchronizer`: Currently one can produce: - Instance value - `Future` - `ListenableFuture` - `RedFutureOf` We should consider adding some method to produce custom values with a translator, mapping from...

In `RedSynchronizer`: Add a method of get notified if some task fails but it's result is not used as precondition and not returned.