stan-dot / cothread

Cooperative Python Threads and EPICS Channel Access bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code CI Docs CI Test Coverage Latest PyPI version Apache License

cothread

The cothread Python library is designed for building tools using cooperative threading. This means that, with care, programs can effectively run several tasks simultaneously.

The cothread.catools library is designed to support easy channel access from Python, and makes essential use of the features of cooperative threads -- in particular, catools.camonitor() notifies updates in the background.

See the documentation for more details.

Installation

To install the latest release, type:

pip install cothread

To install the latest code directly from source, type:

pip install git+git://github.com/DiamondLightSource/cothread

Documentation

Full documentation is available at https://DiamondLightSource.github.io/cothread

About

Cooperative Python Threads and EPICS Channel Access bindings

License:Apache License 2.0


Languages

Language:C 68.1%Language:Python 31.7%Language:Makefile 0.1%Language:Shell 0.0%