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