ActiveObjectWith the basic
PipeSingleReader class, we now have the last piece necessary to create an ActiveObject.
This article will focus on building the base ActiveObject which will take care of scheduling, construction, destruction and error handling. The goal is to make implementing an ActiveObject that actually does work easy.
To learn more see the series on
Active Objects.