Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)