MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
suspend()
-
Date: Fri, 26 Jan 1996 12:28:41 PST
-
From: Kipp the Kidd <mcmudge@mailbox.syr.edu>
-
Content-Type: TEXT/PLAIN; charset=US-ASCII
>From the ChangeLog:
-- `resume(TASK_ID [, VALUE])'
-- when it runs, its call to `suspend()' will return VALUE.
;;player:notify(task_id());return suspend(60)
1519965762
;resume(1519965762,"Testing")
=> 0
=> 0
;;player:notify(task_id());return suspend()
136279437
;resume(136279437,"Testing")
=> 0
=> 0
Why doesn't suspend() return what it's supposed to?
- Kipp
Follow-Ups:
Home |
Subject Index |
Thread Index