current-eventspace in Eventspaces
This is a parameter (see parameters, section 7.4 in PLT MzScheme: Language Manual) that obtains or sets the current eventspace.
See Eventspaces for more information about eventspaces.
(current-eventspace) -> eventspace
Gets the current eventspace.
(current-eventspace -> void
e)
e : eventspace
Sets the current eventspace to e.