eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Continuation':

Home

everywhere
www.exept.de
for:
[back]

Class: Continuation


Inheritance:

   Object
   |
   +--Continuation

Package:
stx:libbasic
Category:
Kernel-Processes
Version:
rev: 1.15 date: 2008/11/03 11:20:32
user: stefan
file: Continuation.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


Initial attempt - Unfinished.
Continuations do not work yet - there is more support needed in the VM.

[Instance variables:]

    id                     <SmallInteger>   a unique continuation-id;
                                            Used to identify a corresponding
                                            data-structure in the VM.

    process                <Process>        the process which created this continuation.

[Class variables:]


Related information:

    Process
    Context
    Block

Class protocol:

instance creation
o  current

o  currentDo: aBlock

o  new


Instance protocol:

invocation
o  argumentCount
VisualAge/ANSI compatibility

o  numArgs

o  value

o  value: v

o  valueWithArguments: v

private
o  terminate: aContext

private accessing
o  finalize

o  setId: idArg process: aProcess

restoration
o  restoreValues



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 17 May 2012 16:40:52 GMT