async-graphql / examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actix runtime

kennetpostigo opened this issue · comments

Hi,

I'm following a few actix tutorials and they all use [actix-web::main]. Why do you use [actix-rt::main]? Does that provide a benefit to `async-graphql?

commented

These two macros are actually the same.

Thank you @sunli829 !