Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gloo context
setTimeout
getTimeout
callable from Python
For now, if we directly call `setTimeout` or `getTimeout` from Python, it will throw the parameter unmatch error, this PR addresses this by use a wrapper around the original function. Signed-off-by: Hollow Man <[email protected]>
- Loading branch information