some more work on process switching and exception handling
This commit is contained in:
@ -102,6 +102,14 @@
|
||||
self primitiveFailed
|
||||
}
|
||||
|
||||
#method critical: aBlock
|
||||
{
|
||||
'CRITICAL....11' dump.
|
||||
self wait.
|
||||
'CRITICAL....22' dump.
|
||||
^aBlock ensure: [ self signal ]
|
||||
}
|
||||
|
||||
## ==================================================================
|
||||
|
||||
#method heapIndex
|
||||
|
Reference in New Issue
Block a user