mirror of
https://github.com/actix/actix-website
synced 2025-02-02 12:19:04 +01:00
Server.md: Add line break
This commit is contained in:
parent
cb3f5f561a
commit
8df8d1e151
@ -62,6 +62,7 @@ fn my_handler() -> impl Responder {
|
|||||||
"response"
|
"response"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
For this reason, any long, non-cpu-bound operation (e.g. I/O, database operations, etc.) should be
|
For this reason, any long, non-cpu-bound operation (e.g. I/O, database operations, etc.) should be
|
||||||
expressed as futures or asynchronous functions. Async handlers get executed concurrently by worker
|
expressed as futures or asynchronous functions. Async handlers get executed concurrently by worker
|
||||||
threads and thus don't block execution:
|
threads and thus don't block execution:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user