No description, website, or topics provided.
Python
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
callbackToReturnVal
.gitignore
README.md
setup.py

README.md

For example a function client.call needs a callback, this can be returned as a value by doing callbackToReturnVal.runSync(client.call('getRoomIdByNameOrId', ['general'], callback=callbackToReturnVal.returnCallback))