Aardwolf-Social / aardwolf

Powering connected social communities with open software.
GNU Affero General Public License v3.0
480 stars 40 forks source link

Upgrade to Futures 0.3 and async/await syntax #201

Closed asonix closed 5 years ago

asonix commented 5 years ago

These changes bring Aardwolf to the async/await syntax.

Something to look at now is whether we like the DbActor idea or if we should be using web::block for handling blocking db queries

asonix commented 5 years ago

Another thing to look at now is if we actually need the perform! macro now that we can just .await? things