1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00

Fix typo.

This commit is contained in:
Jason Davies 2018-05-30 21:07:50 +01:00 committed by GitHub
parent b0539ce99c
commit 7217c45fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.