Summary: Invoking Our Workers
A recap of what we've learned and implemented in regards to the worker layer.
We'll cover the following...
This chapter presented the worker layer, the process machinery that manages concurrency apart from lifecycle policy. We framed the discussion in three parts:
-
The reasons to adopt a worker layer.
-
The tools we might use for doing so.
-
The implementation of worker concepts to build a scheduler. ...