Terminators.jl

Author tkf
Popularity
11 Stars
Updated Last
1 Year Ago
Started In
August 2021

Terminators.jl: adding timeout to your code

using Terminators

Terminators.withtimeout(1) do
    sleep(3)  # too slow, the process will be terminated
end

Required Packages

No packages found.

Used By Packages