Skip to content

Commit

Permalink
Rewrite a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 29, 2024
1 parent efdc112 commit 568187b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_package/example/native/hub/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use tokio_with_wasm::alias as tokio;

rinf::write_interface!();

// You can go with any async runtime, not just tokio's.
// You can go with any async library, not just `tokio`.
#[tokio::main(flavor = "current_thread")]
async fn main() {
// Spawn concurrent tasks.
Expand Down
2 changes: 1 addition & 1 deletion flutter_package/template/native/hub/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mod sample_functions;

rinf::write_interface!();

// You can go with any async runtime, not just tokio's.
// You can go with any async library, not just `tokio`.
#[tokio::main(flavor = "current_thread")]
async fn main() {
// Spawn concurrent tasks.
Expand Down

0 comments on commit 568187b

Please sign in to comment.