Readme.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><title>ReadMe</title></head><body>
  3. <h1>ReadMe</h1>
  4. <h3>What is EAThread</h3>
  5. <p>EAThread is a package that implements a unified cross-platform
  6. interface for multithreaded programming on various platforms. The
  7. implementation is clean, efficient, and comprehensive. The package is
  8. suitable for basic threading needs such as the creation of multiple
  9. threads and mutual exclusion. It additionally contains features that
  10. are suitable for advanced threading needs required by next generation
  11. console platforms and advanced uses with existing PC and server
  12. platforms.</p>
  13. <h3>Legal</h3>
  14. <p>EAThread is usable for all uses within Electronic Arts, both internally
  15. and in shipping products for all platforms. All source code was written
  16. by a single EA engineer and none of the source code comes from an
  17. external source. </p>
  18. <h3>This Documentation</h3>
  19. <p>Each of the documents in this directory stands alone, though some of
  20. the documents have links to others. Simply open any of the HTML
  21. documents with your browser to read the given file. </p>
  22. <h3>Where to Go Next</h3>
  23. <p>If this is the first document you are reading then the next document you will want to read is the <a href="./UserGuide.html">User Guide</a>. <br>
  24. <br>
  25. </p>
  26. <hr style="width: 100%; height: 2px;">End of document<br>
  27. <br>
  28. <br>
  29. </body></html>