- File:
-
- 1 edited
-
tests/concurrent/actors/executor.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/actors/executor.cfa
r4933f18 r1950837 15 15 }; 16 16 void ?{}( d_actor & this ) with(this) { 17 ((actor &)this){};18 17 id = ids++; 19 18 gstart = (&this + (id / Set * Set - id)); // remember group-start array-element
Note:
See TracChangeset
for help on using the changeset viewer.