Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of 'timed' on the 'async.html' webpage should be improved #147

Closed
thupp opened this issue Oct 21, 2014 · 0 comments
Closed

Comments

@thupp
Copy link

thupp commented Oct 21, 2014

The documentation on "async.html" states that "timed_sleep(3)" returns after 3 seconds. In my test this only works if I wait for a result as also demonstrated in "test_async.py" (unittest):

res = timed_sleep(3) # returns immediately
res.value # returns after 3 seconds

A correction of "async.html" would be helpful...

@thupp thupp changed the title Documentation if 'timed' on the 'async.html' webpage should be improved Documentation of 'timed' on the 'async.html' webpage should be improved Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant