Merge pull request #3 from triska/sleep

update comment
This commit is contained in:
notoria
2020-04-19 22:44:48 +02:00
committed by GitHub

View File

@@ -3,8 +3,8 @@
Part of Scryer Prolog. Part of Scryer Prolog.
This library provides predicates for reasoning about time. This library provides predicates for reasoning about time.
sleep/1 should be implemented here, sleeping for a number of seconds. Reasoning about time stamps would be a useful addition, for example
In addition, this library should provide reasoning about time stamps. by obtaining the current time, comparing and formatting it.
'$cpu_new' can be replaced by statistics/2 once that is implemented. '$cpu_new' can be replaced by statistics/2 once that is implemented.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */