9 lines
357 B
Scheme
9 lines
357 B
Scheme
; /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.
|