In this lecture we build an Actor-based link checker application in which multiple actors collaborate. On this example we see how:
Along this journey we find ourselves considering the interplay between Actor code and other concurrency abstractions, in particular considering where we must be careful so that the Actor encapsulation is not broken. We also see how the use of immutable data structures helps avoid mistakes in this regard.