We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e0045 commit 73f3794Copy full SHA for 73f3794
crates/worker/src/lib.rs
@@ -17,7 +17,7 @@
17
//! #### Overhead
18
//!
19
//! Gloo Workers use web workers. They incur a serialization overhead on the
20
-//! messages they send and receive. Bridges use [bincode](https://!github.com/servo/bincode)
+//! messages they send and receive. Bridges use [bincode](https://github.com/servo/bincode)
21
//! by default to communicate with workers, so the cost is substantially higher
22
//! than just calling a function.
23
0 commit comments