June 2018
Intermediate to advanced
310 pages
6h 32m
English
The result of running an asynchronous task is called a job. Much like the Thread object represents an actual OS thread, the job object represents an actual coroutine. A job has a simple lifecycle.
It can be either as follows:
There are two more states relevant to jobs that have child jobs:
If you want to understand more about parent and child jobs, just jump to the Parent jobs section in this chapter.
Job also has some useful ...
Read now
Unlock full access