W3cubDocs

/Dart 2

resume method

void resume (Capability resumeCapability)

Resumes a paused isolate.

Sends a message to an isolate requesting that it ends a pause that was previously requested.

When all active pause requests have been cancelled, the isolate will continue processing events and handling normal messages.

If the resumeCapability is not one that has previously been used to pause the isolate, or it has already been used to resume from that pause, the resume call has no effect.

Implementation

external void resume(Capability resumeCapability);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-isolate/Isolate/resume.html