Skip to content

ararslan/Timeout.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeout.jl

Build Status Coverage Status Proof of Concept

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.

About

Time out long running computations in Julia

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages