chickadee » thread-utils » make-thread-timeout

make-thread-timeout OFFSET #!optional BASEprocedure

Returns the SRFI 18 time object representing the OFFSET + BASE. The BASE is a thread-timeout object with default (current-time).

Should OFFSET be #f or a time object the BASE is ignored and OFFSET is returned. Assumes an absolute OFFSET indicates a timeout already calculated.