Skip to content

Commit

Permalink
Update docs/adr/0009-async-rust.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lina Butler <[email protected]>
  • Loading branch information
bendk and linabutler authored Nov 14, 2023
1 parent d221ffd commit 4cd5230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adr/0009-async-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Context and Problem Statement

Our Rust components are currently written as using synchronous Rust.
Our Rust components are currently written using synchronous Rust.
The components are then wrapped in Kotlin to present an async interface.
Swift also wraps them to present an async-style interface, although it currently uses `DispatchQueue` and completion handlers rather than `async` functions.

Expand Down

0 comments on commit 4cd5230

Please sign in to comment.