rsc3/doc/help/server-command/sync.help.scrbl
2022-08-28 12:27:01 +02:00

15 lines
395 B
Racket

#lang scribble/manual
@(require (for-label racket))
@title{/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.