MOO-cows Mailing List Archive

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

suspend()



>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