14 lines
407 B
Text
14 lines
407 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/notify Register to receive notifications from server}
|
||
|
|
||
|
int - one to receive notifications, zero to stop receiving them.
|
||
|
|
||
|
If argument is one, server will remember your return address and
|
||
|
send you notifications. if argument is zero, server will stop
|
||
|
sending you notifications.
|
||
|
|
||
|
Asynchronous. Replies to sender with /done when complete.
|
||
|
|