Skip to main content

Event using pthread lock API

Project description

Python C-Extension using pthread to reimplement threading.Event

threading.Event in python 2.X uses a sleep-poll loop to wait for an event. This module uses the native pthread calls ‘pthread_cond_timedwait’ and ‘pthread_cond_wait’ to accomplish the same task.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pthread_event-0.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page