run-in-evaluation-thread in drscheme:rep:text%
This function runs it's arguments in the user evaluation thread. This thread is the same as the user's eventspace main thread.
See also
do-many-evals.
( -> void
send a-drscheme:rep:text run-in-evaluation-thread f)
f : ( -> void)
Calls f, after switching to the user's thread.