SObjectizer Tales – 3. Acquisition loop revisited--Marco Arena
A new episode of the series about SObjectizer and message passing:
SObjectizer Tales – 3. Acquisition loop revisited
by Marco Arena
From the article:
Maybe you have already realized what we are getting at. Conceptually, a loop is just a series of iterations...

In our previous discussion, we explored a task-based while loop employing custom callables that passed copies of themselves to the next iteration, which follows the continuation-passing style used in the Parallel Patterns Library (PPL). In this session, we will implement the same function using a more traditional recursive approach, aiming to simplify the sharing of state between lambda callables in PPL-style programming.
A new episode of the series about SObjectizer and message passing:
In this post we’ll have a look at new operations added to 
A new episode of the series about SObjectizer and message passing: