Skip to content

Commit 0e8d194

Browse files
authored
Add note to readme about runtime-agnostic primitives from tokio (#719)
1 parent b45c50a commit 0e8d194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ please [take a look](https://www.cloudflare.com/careers/).
505505
1. Can I deploy a Worker that uses `tokio` or `async_std` runtimes?
506506

507507
- Currently no. All crates in your Worker project must compile to `wasm32-unknown-unknown` target,
508-
which is more limited in some ways than targets for x86 and ARM64.
508+
which is more limited in some ways than targets for x86 and ARM64. However, you should still be able to use runtime-agnostic primitives from those crates such as those from [tokio::sync](https://docs.rs/tokio/latest/tokio/sync/index.html#runtime-compatibility).
509509

510510
2. The `worker` crate doesn't have _X_! Why not?
511511

0 commit comments

Comments
 (0)