Skip to content

Is it possible to export async proc? #272

@geohuz

Description

@geohuz

I have an async proc:

proc sendMessage[T](wsc: WebSocket, msgField: T, topic: TOPIC): Future[void] {.async.}  = 
    ....

can I export as python module?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions