timeout argument for thread releated procedure doesn't accept time object.

Issue #42 resolved
Takashi Kato repo owner created an issue

SRFI 18 says timeout argument should be followings;

  • time object,
  • real number,
  • or #f

Current implementation doesn't accept time object.

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