rsc3/doc/examples/server-command/_scm/sync.help.scm

10 lines
343 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; /sync Notify when async commands have completed.
; int - a unique number identifying this command.
; Replies with a /synced message when all asynchronous commands
; received before this one have completed. The reply will contain the
; sent unique ID.
; Asynchronous. Replies to sender with /synced, ID when complete.