Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created December 28, 2010 20:26
Show Gist options
  • Select an option

  • Save btbytes/757660 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/757660 to your computer and use it in GitHub Desktop.
Python sleep using select
import select
select.select([],[],[],3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment