mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
Fixed a grammatical error
This commit is contained in:
parent
b15d1a1437
commit
656d265036
@ -60,7 +60,7 @@ When the app is initialized it needs to be passed the initial state:
|
|||||||
> **Note**: http server accepts an application factory rather than an application
|
> **Note**: http server accepts an application factory rather than an application
|
||||||
> instance. Http server constructs an application instance for each thread, thus application state
|
> instance. Http server constructs an application instance for each thread, thus application state
|
||||||
> must be constructed multiple times. If you want to share state between different threads, a
|
> must be constructed multiple times. If you want to share state between different threads, a
|
||||||
> shared object should be used, e.g. `Arc`. There is also an [Example](https://github.com/actix/examples/blob/master/state/src/main.rs) use `Arc` for this. Application state does not need to be `Send` and `Sync`,
|
> shared object should be used, e.g. `Arc`. There is also an [Example](https://github.com/actix/examples/blob/master/state/src/main.rs) using `Arc` for this. Application state does not need to be `Send` and `Sync`,
|
||||||
> but the application factory must be `Send` + `Sync`.
|
> but the application factory must be `Send` + `Sync`.
|
||||||
>
|
>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user