mirror of
https://github.com/actix/actix-website
synced 2025-01-23 00:25:55 +01:00
commit
3116e2e4e9
@ -7,7 +7,7 @@ weight: 1010
|
|||||||
# Diesel
|
# Diesel
|
||||||
|
|
||||||
At the moment, Diesel 1.0 does not support asynchronous operations,
|
At the moment, Diesel 1.0 does not support asynchronous operations,
|
||||||
but it possible to use the `actix` synchronous actor system as a database interface api.
|
but it's possible to use the `actix` synchronous actor system as a database interface api.
|
||||||
|
|
||||||
Technically, sync actors are worker style actors. Multiple sync actors
|
Technically, sync actors are worker style actors. Multiple sync actors
|
||||||
can be run in parallel and process messages from same queue. Sync actors work in mpsc mode.
|
can be run in parallel and process messages from same queue. Sync actors work in mpsc mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user