13 lines
393 B
Racket
13 lines
393 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.
|
|
|