enable-evaluation in drscheme:rep:context<%>
enable-evaluation
drscheme:rep:context<%>
This method must disable all user-sponsored evaluation. It is called once the user starts some evaluation to ensure that only one evaluation proceeds at a time.
See also disable-evaluation.
disable-evaluation
(send a-drscheme:rep:context enable-evaluation) -> void
(send a-drscheme:rep:context enable-evaluation)
send
a-drscheme:rep:context