tavurth / PyTimeout

A simple timed callout function for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTimeout

A simple timed callback function for python

Use

 from PyTimeout import Timeout

 def callback(a, b, **kwargs):
    print a, b

 Timeout(2, callback, "Hello", "World")

Requirements

  gevent
  python 2.7

About

A simple timed callout function for python

License:MIT License


Languages

Language:Python 100.0%