Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

PSharpSyntax for async handlers #454

Open
akashlal opened this issue Aug 12, 2019 · 0 comments
Open

PSharpSyntax for async handlers #454

akashlal opened this issue Aug 12, 2019 · 0 comments

Comments

@akashlal
Copy link
Contributor

Support something line the following

state S {
   async entry { return foo(); }
}

where foo returns a Task. This is slightly better in terms of performance than doing await foo(). Currently, the VS compiler will complain that the async entry method doesn't do an await.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant