Skip to content

Add async/await support #22

@kamyker

Description

@kamyker

It should be possible to define method like this:
public Task<JObject> Main(JObject args)

That's very common definition in ASP.Net.

It's also the case in Amazon Lambdas and Azure Functions

If you are using .NET asynchronous programming, the return type can be Task and Task types and use async and await keywords.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions