User Tools

Site Tools


at:tutorial:actors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at:tutorial:actors [2007/06/19 16:11] tvcutsemat:tutorial:actors [2007/06/19 16:13] tvcutsem
Line 107: Line 107:
   };   };
 }; };
->><object:15603573[<stripe:Isolate>]>+>><object:15603573[<type tag:Isolate>]>
 </code> </code>
  
-The ''isolate:'' primitive is actually syntactic sugar for the creation of an object that is automatically striped with the ''/.at.stripes.Isolate'' stripe. Any object that is striped with this stripe is treated as an isolate. If you are a Java programmer, you can best compare this behaviour to having to implement the ''java.io.Serializable'' interface to make a class's instances serializable.+The ''isolate:'' primitive is actually syntactic sugar for the creation of an object that is automatically tagged with the ''/.at.types.Isolate'' type tag. Any object that is tagged with this type tag is treated as an isolate. If you are a Java programmer, you can best compare this behaviour to having to implement the ''java.io.Serializable'' interface to make a class's instances serializable.
  
 An isolate differs from a regular object as follows: An isolate differs from a regular object as follows:
Line 245: Line 245:
 </code> </code>
  
-Or, you can specify a stripe to only catch specific exceptions:+Or, you can specify a type tag to only catch specific exceptions:
  
 <code> <code>
at/tutorial/actors.txt · Last modified: 2020/02/05 21:26 by elisag