Skip to content

Conversation

@pmuguer
Copy link

The use of time.sleep() results in a sequential execution of the echo() tasks in the gevent Pool.
Fixed using gevent.sleep() instead of time.sleep()

The use of time.sleep() results in a sequential execution of the echo() tasks in the gevent Pool. Fixed using gevent.sleep() instead of time.sleep()
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@pmuguer