Ingini

Ingini


TagMultithreading
Featured

Java AKKA Multithreading Actor Model Concurrency

AKKA Ask Pattern: For Those Times When You Have to Block

Posted on .

Abstract : Since you are here, chances are, you are in one of those situations where you have to come up with a blocking solution using AKKA. Thus I’m going to skip the actor model introduction which is necessary to understand how AKKA actor model implementati…

Featured

FEST-Reflect Java AKKA Mockito Spring Awaitility FEST FEST-Assert Multithreading

Integration Test - AKKA Actor With Awaitility

Posted on .

Abstract : Ever had an impression you're changing what you're observing by simply observing it? If you so, you may have hit a Heisenbug ([1], [2]). Well, OK, I agree that a more precise definition of "observing" is needed and that we can differentiate between…