September 2019
Beginner
512 pages
12h 52m
English
Although very useful, the compute() function may not be the thing we need in all cases. As pointed out before, the child isolate created by the compute() function gets terminated whenever the parent isolate terminates.
In some situations, we may want to execute some code totally independent of the main application, as in the following examples:
Read now
Unlock full access