Skip to content

Commit 009474a

Browse files
zeenixrylev
andauthored
fixup! status quo: Barbara writes a runtime-agnostic library
Co-authored-by: Ryan Levick <[email protected]>
1 parent 130e012 commit 009474a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vision/status_quo/barbara_writes_a_runtime_agnostic_lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ users find the APIs harder to use than their runtime-specific libs.
9393
* Takes way more time than writing synchronous protocols.
9494
* It's a hard goal to achieve.
9595
* Leads to poorer APIs sometimes (both in ease of use and **performance**).
96-
* More thought is needed to write such libraries.
96+
* More API design considerations need to go into making an generic async library than a generic sync library.
9797

9898
### **What are the sources for this story?**
9999
Personal experiences of the author from adding async API in [`zbus`] crate, except for `AsyncRead`,

0 commit comments

Comments
 (0)