Smalltalk/X WebserverDocumentation of class 'CannotResumeError': | |
Class: CannotResumeErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--ProceedableError | +--ExecutionError | +--ContextError | +--CannotResumeError
Description:Raised if a method which was compiled non-resumable is asked to do so. As non-resumable code is faster and shorter, the compilers do not generate resumable code by default. Resumability can be enforced by a compiler switch or via a #return/#resume directive. |
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:26:50 GMT |