1
0
mirror of https://github.com/actix/actix-website synced 2025-08-01 05:41:50 +02:00

Merge pull request #17 from jasondavies/patch-1

Fix typo.
This commit is contained in:
Nikolay Kim
2018-05-30 13:15:27 -07:00
committed by GitHub

View File

@@ -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.