some more work on process switching and exception handling

This commit is contained in:
hyunghwan.chung
2016-05-17 15:12:27 +00:00
parent 42006f9c32
commit 717ffcbdd9
11 changed files with 208 additions and 50 deletions

View File

@ -102,6 +102,14 @@
self primitiveFailed
}
#method critical: aBlock
{
'CRITICAL....11' dump.
self wait.
'CRITICAL....22' dump.
^aBlock ensure: [ self signal ]
}
## ==================================================================
#method heapIndex