Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tieske/corowatch
Lua module to watch coroutine usage and kill a coroutine if it fails to yield in a timely manner.
https://github.com/tieske/corowatch
Last synced: 2 months ago
JSON representation
Lua module to watch coroutine usage and kill a coroutine if it fails to yield in a timely manner.
- Host: GitHub
- URL: https://github.com/tieske/corowatch
- Owner: Tieske
- License: mit
- Created: 2013-03-30T21:56:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T12:06:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T00:16:43.305Z (2 months ago)
- Language: Lua
- Homepage: https://tieske.github.io/corowatch/
- Size: 72.3 KB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Unix build](https://img.shields.io/github/actions/workflow/status/Tieske/corowatch/unix_build.yml?branch=master&label=Unix%20build&logo=linux)](https://github.com/Tieske/corowatch/actions/workflows/unix_build.yml)
[![Coveralls code coverage](https://img.shields.io/coveralls/github/Tieske/corowatch?logo=coveralls)](https://coveralls.io/github/Tieske/corowatch)
[![Lint](https://github.com/Tieske/corowatch/workflows/Lint/badge.svg)](https://github.com/Tieske/corowatch/actions/workflows/lint.yml)
[![SemVer](https://img.shields.io/github/v/tag/Tieske/corowatch?color=brightgreen&label=SemVer&logo=semver&sort=semver)](CHANGELOG.md)# corowatch
Lua module to watch coroutine usage and kill a coroutine if it fails to yield in a timely manner.
## License and copyright
See [LICENSE.md](LICENSE.md)
## Documentation
See [online documentation](https://Tieske.github.io/corowatch/)
## Changelog
See [CHANGELOG.md](CHANGELOG.md)