Changes between Version 11 and Version 12 of Documentation/SystemQueue
- Timestamp:
- Jan 3, 2012, 3:55:38 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/SystemQueue
v11 v12 62 62 }}} 63 63 64 5. In your functionality where you want to synchronized yourself into the main Ariba thread using the !SystemQueue, create the event and insert it. You can attach additional information as a {{{void*}}} to the event that you can extract (here, called {{{myInfo}}}), once in the event handler function :64 5. In your functionality where you want to synchronized yourself into the main Ariba thread using the !SystemQueue, create the event and insert it. You can attach additional information as a {{{void*}}} to the event that you can extract (here, called {{{myInfo}}}), once in the event handler function. You are responsible for deleting this data yourself, ariba does not manage it. 65 65 66 66 {{{