September 2019
Beginner
512 pages
12h 52m
English
The compute() method is intended to be a facilitator for the task of spawning a new isolate, sending a message to it, and getting a response back. Its signature goes as follows:
Future<R> compute <Q, R>( ComputeCallback<Q, R> callback, Q message, { String debugLabel })
A few parameters describe the request to the new isolate:
Read now
Unlock full access