thread-sleep! should accept real number

Issue #41 resolved
Takashi Kato repo owner created an issue

Given flonum/rational to thread-sleep! raises an error but this should not be the case.

Comments (2)

  1. Takashi Kato reporter

    Modified Sg_WaitWithTimeout to accept struct timespec *. (Fixes #40) Moved <time> to Sagittarius body. Modified to accept time object for all thread related timeout argument (Fixes #42) (Fixes #41)

    → <<cset 2bf98ca20d35>>

  2. Log in to comment