Skip to content

Synchronous method calls #8

Open
@ccorcos

Description

@ccorcos

Hey, I just created a package syncify to wrap client method calls so they behave synchronously.

call = syncify(client.call)
error, result = call('method', [argument])

That way you dont have to do the while True hack when scripting.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions