thread-sleep! should sleep second not millisecond

Issue #40 resolved
Takashi Kato repo owner created an issue

Currently thread-sleep! sleeps millisecond of given argument but this should be second.

Comments (1)

  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