@hackage timeout-with-results0.1

Runs a time-limited computation alowing it to return intermediate results.

Evaluates a computation withing a given timeout limit, alowing it to return intermediate results. Useful for AI algorithms that should return the best result within a given wallclock time limit.