Re: Deprecated current-milliseconds
Kon Lovett <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> On Dec 6, 2023, at 1:58 PM, Lassi Kortela <[email protected]> wrote: > > Hi, > > Version 5.3 csc gives the warning: > > Use of deprecated identifier `current-milliseconds' from module `chicken.time'. > > for (at least) these modules: > > * scheme.time (r7rs) > * sendfile > * srfi-18 > > Is there a drop-in replacement for this procedure? chicken time current-process-milliseconds > > -l >