Skip to content

Commit 4bf2d83

Browse files
committed
readme updated
1 parent 123ae31 commit 4bf2d83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ Pushing these decisions from the core domain model is very valuable. Being able
432432

433433
Concurrency and async programming do not require a multi-threaded environment. You can run async tasks on a single-threaded executor as well.
434434

435-
`fmodel-rust` lets you choose between **multi-threaded async** and **single-threaded async** via a feature flag.
435+
`fmodel-rust` supports both safe multi-threaded and ergonomic single-threaded scenarios without forcing users to pay for thread safety when they don't need it.
436+
437+
`fmodel-rust` lets you choose between **multi-threaded async** and **single-threaded async** via an exlusive feature flag.
436438

437439

438440
| Single-threaded world | Multi-threaded world |
@@ -604,6 +606,8 @@ You might wonder why all primitive types in Rust aren’t atomic and why standar
604606

605607
**You choose how to run it!** You can run it in a single-threaded, multi-threaded, or distributed environment.
606608

609+
610+
607611
## Install the crate as a dependency of your project
608612

609613
Run the following Cargo command in your project directory:

0 commit comments

Comments
 (0)