| Annotation Type | Description |
|---|---|
| Blocking | |
| ManyToOne |
Annotation for methods which are called after a OneToMany operation.
|
| OneToMany |
A process annotation which fans out one signal into many.
|
| OneToOne | |
| OnProcessDeath |
Used on INSTANCE methods that should be run only when a process is complete,
in either success or error state.
|
| OnProcessStart |
A method annotation used to tell the X_Process macro that
you wish the method to be called when the process begins.
|
| OnThreadDeath |
Used on STATIC methods that should be run only when a thread is put down to rest.
|
| RunParallel | |
| RunSerial |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.