Back: CAggregate-accessing Up: Base classes Forward: CallinProcess-debugging   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.15 CallinProcess

Defined in namespace Smalltalk
Superclass: Process
Category: Language-Processes
I represent a unit of computation for which external C code requested execution, so I must store the returned value once my computation terminates and I must not survive across image saves (since those who invoked me no longer exist). I am otherwise equivalent to a Process.

1.15.1 CallinProcess: debugging  (instance)


1.15.1 CallinProcess: debugging

detach
Continue running the receiver as a normal Process, and return nil from the callin.



Back: CallinProcess Up: CallinProcess Forward: CArray   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on February, 22 2012 using texi2html