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 ae4f4f4 commit cb0a53bCopy full SHA for cb0a53b
examples/asset/arc_asset.rs
@@ -1,4 +1,5 @@
1
-//! This example illustrates how to use assets in an async context (through locking).
+//! This example illustrates how to use assets in an async context (through cloning the underlying
2
+//! `Arc`).
3
4
use std::sync::Arc;
5
0 commit comments