Timeout.jl

Time out long running computations in Julia

MIT License

Stars
6

Timeout.jl

Impose execution time limits on your Julia code.

Currently this is implemented by running code in a separate process and interrupting the process if it runs over a specified amount of time. This approach has a number of limitations and inconveniences. Design discussion and suggestions are welcome in issues and pull requests.

Badges
Extracted from project README
Build Status Coverage Status Proof of Concept