JavaConcurrentAnimatedReboot icon indicating copy to clipboard operation
JavaConcurrentAnimatedReboot copied to clipboard

Interactive animations to help visualize Java concurrency concepts

Results 10 JavaConcurrentAnimatedReboot issues
Sort by recently updated
recently updated
newest added

Many CompletableFuture implementations remain to be implemented. For example thenRunAsync, etc

In many cases, where the code was similar but not exact, I just copied and tweaked. I started refactoring those, but there is still much to do

Remove left and right border from everything except context, and let everything else grab those from the context. Context should also retain initialLeft/RightBorder, and should reset its left and right...

good first issue

Provide an invisible button to the buttons panel (positioned north of the snippet frame) that signals the layout manager to start a new line Also, even if this is not...

good first issue

Futures - Add runAfterEither/Both, thenAccept, normal and Asynch These should display the thread names, so we can see which threads are reused by the CompletableFuture

Hi, The metal LAF on Linux and Windows (guessing Mac as well but I don't have access) is showing it's age now. ![Screenshot from 2022-09-10 11-32-20](https://user-images.githubusercontent.com/50301971/189479825-7b243fb5-f309-4ed5-b6dc-86668ee4261b.png) Would it be possible...