Skip to content

Commit

Permalink
Make executePendingJobs public fixes ekibun#31
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee committed Oct 18, 2022
1 parent 32aac42 commit 1f1ba9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/engine.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ class FlutterQjs {
}
}

/// Executes the pending jobs.
void executePendingJobs() => _executePendingJob();

/// Dispatch JavaScript Event loop.
Future<void> dispatch() async {
await for (final _ in port) {
Expand Down

0 comments on commit 1f1ba9a

Please sign in to comment.