chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Move "sleep" into chicken.time and expose


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] Move "sleep" into chicken.time and expose "process-sleep" from chicken.time.posix
Date: Mon, 22 Jan 2018 14:27:39 +1300

Hey Peter,

I'd prefer that we put 'sleep' in chicken.base and 'process-sleep' in
chicken.process. Currently, the two 'time' modules only deal with
measuring time and handling "time objects", and I think it makes sense
to keep them that way. Instead, since 'sleep' pauses the runtime and
'process-sleep' pauses the process, base and process do make a lot of
sense to me.

Here's an updated patch, in case this change is OK with you.

Sorry for the bikeshed,

Evan

Attachment: 0001-Move-sleep-into-chicken.base-and-add-process-sleep-t.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]