mirror of
https://github.com/actix/examples
synced 2025-02-08 20:06:07 +01:00
Update user guide link (#189)
This commit is contained in:
parent
4e8f8d0b93
commit
9e49f7a4e3
@ -9,7 +9,7 @@
|
|||||||
//! > must be constructed multiple times. If you want to share data between
|
//! > must be constructed multiple times. If you want to share data between
|
||||||
//! different > threads, a shared object should be used, e.g. `Arc`.
|
//! different > threads, a shared object should be used, e.g. `Arc`.
|
||||||
//!
|
//!
|
||||||
//! Check [user guide](https://actix.rs/book/actix-web/sec-2-application.html) for more info.
|
//! Check [user guide](https://actix.rs/docs/application/#state) for more info.
|
||||||
|
|
||||||
use std::io;
|
use std::io;
|
||||||
use std::sync::Mutex;
|
use std::sync::Mutex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user