ProtoObjectObjectWAPresenterWAComponentWATaskWATransactionTest
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| as yet unclassified |
|---|
| go |
self inform: 'Before parent txn'. self isolate: [self inform: 'Inside parent txn'. self isolate: [self inform: 'Inside child txn']. self inform: 'Outside child txn']. self inform: 'Outside parent txn' |