compute property

Compute? compute
final

Spawn an isolate, run function on that isolate, passing it message, and (eventually) return the value returned by callback.

Implementation

final Compute? compute;