On Sunday, 3 February 2019 at 11:17:38 UTC, Jonathan M Davis wrote:

I don't recall std.thread ever existing, and std.c.time hasn't been around for a while. Thread is in core.thread, and all of the C bindings for standard C and OS APIs are supposed to be in druntime. So, the equivalent to C's time.h would be core.stdc.time.

- Jonathan M Davis

Thanks for clearing that up, Jonathan.

Reply via email to