Changeset 3848
- Timestamp:
- 09/16/07 15:48:53 (16 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
manuals/refman/directives/threaded0.html (modified) (2 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/directives/threaded0.html
r3723 r3848 26 26 <pre>threaded</pre> 27 27 <p> 28 Declares that an object (or a category) supports concurrent calls and asynchronous messages. Any object (or category) containing calls to the built-in multi-threading predicates must containthis directive.28 Declares that an object supports concurrent calls and asynchronous messages. Any object containing calls to the built-in multi-threading predicates (or importing a category that contains such calls) must include this directive. 29 29 </p> 30 30 … … 41 41 <div class="copyright"> 42 42 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 43 <span>Last updated on: May 26, 2007</span>43 <span>Last updated on: September 15, 2007</span> 44 44 </div> 45 45 <div class="navbottom"> -
trunk/RELEASE_NOTES.txt
r3846 r3848 35 35 36 36 Improved documentation of multi-threading programming and predicate 37 properties. 37 properties. Corrected the reference manual page describing the threaded/0 38 directive. 38 39 39 40 Simplified installation scripts by moving shared distribution cleaning
