This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Implement Dart executor for async functions in Jason API #200
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # .github/workflows/ci.yml # Makefile # jason/flutter/.gitignore # jason/flutter/README.md # jason/flutter/android/.gitignore # jason/flutter/android/build.gradle # jason/flutter/android/gradle.properties # jason/flutter/android/src/main/AndroidManifest.xml # jason/flutter/example/.gitignore # jason/flutter/example/android/.gitignore # jason/flutter/example/android/app/build.gradle # jason/flutter/example/android/app/src/debug/AndroidManifest.xml # jason/flutter/example/android/app/src/main/AndroidManifest.xml # jason/flutter/example/android/app/src/main/res/drawable-v21/launch_background.xml # jason/flutter/example/android/app/src/main/res/drawable/launch_background.xml # jason/flutter/example/android/app/src/main/res/values-night/styles.xml # jason/flutter/example/android/app/src/main/res/values/styles.xml # jason/flutter/example/android/app/src/profile/AndroidManifest.xml # jason/flutter/example/android/build.gradle # jason/flutter/example/android/gradle.properties # jason/flutter/example/android/settings.gradle # jason/flutter/example/integration_test/jason.dart # jason/flutter/example/lib/main.dart # jason/flutter/example/pubspec.yaml # jason/flutter/lib/jason.dart # jason/flutter/pubspec.yaml # jason/jason-dummy/Cargo.toml # jason/jason-dummy/src/lib.rs
# Conflicts: # Cargo.lock # crates/medea-reactive/src/collections/hash_map.rs
# Conflicts: # Cargo.lock # jason/src/api/dart/utils/arrays.rs # jason/src/api/dart/utils/mod.rs # jason/src/platform/dart/utils/callback.rs # jason/src/platform/dart/utils/completer.rs
# Conflicts: # jason/flutter/lib/jason.dart # jason/flutter/lib/reconnect_handle.dart # jason/flutter/lib/room_handle.dart # jason/flutter/lib/util/completer.dart # jason/src/api/dart/mod.rs # jason/src/api/dart/reconnect_handle.rs # jason/src/api/dart/room_handle.rs # jason/src/api/dart/utils/arrays.rs # jason/src/api/dart/utils/mod.rs # jason/src/platform/dart/mod.rs # jason/src/platform/dart/utils/completer.rs
alexlapa
added
feature
New feature or request
k::design
Related to overall design and/or architecture
k::toolchain
Related to project toolchain
platform::android
Specific to Android platform
labels
May 13, 2021
FCM:
|
alexlapa
changed the title
Draft: Implement Dart executor for Rust futures (#195)
Draft: Implement Dart executor for Rust futures
May 13, 2021
alexlapa
changed the title
Draft: Implement Dart executor for Rust futures
Draft: Implement Dart executor for async functions in Jason API
May 13, 2021
tyranron
changed the title
Draft: Implement Dart executor for async functions in Jason API
Implement Dart executor for async functions in Jason API
May 14, 2021
tyranron
approved these changes
May 14, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature
New feature or request
k::design
Related to overall design and/or architecture
platform::android
Specific to Android platform
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #182
Synopsis
We need async runtime that wont interfere with Dart runtime.
Solution
Implement Dart executor for Rust futures.
Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed