[inline, static]
Asserts that t terminates without errors within the given time limit.
t
This runs t. If t takes longer than secs, an Exception will be thrown. If t terminates with an error, it will be rethrown.
secs
Exception