Apparently GRPlatform on VASt has a #thisContext method as replacement for a missing thisContext variable. Gemstone/S also has not thisContext variable and has to change all the continuation code.
A default implementation could look like this
thisContext
^ thisContext sender
Apparently
GRPlatformon VASt has a#thisContextmethod as replacement for a missingthisContextvariable. Gemstone/S also has notthisContextvariable and has to change all the continuation code.A default implementation could look like this
thisContext ^ thisContext sender