diff options
Diffstat (limited to 'Doc/lib/libasyncore.tex')
-rw-r--r-- | Doc/lib/libasyncore.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/lib/libasyncore.tex b/Doc/lib/libasyncore.tex index 5a57146..4bcd496 100644 --- a/Doc/lib/libasyncore.tex +++ b/Doc/lib/libasyncore.tex @@ -1,18 +1,16 @@ \section{\module{asyncore} --- - Asyncronous socket handler} + Asynchronous socket handler} \declaremodule{builtin}{asyncore} -\modulesynopsis{A base class for developing asyncronous socket +\modulesynopsis{A base class for developing asynchronous socket handling services.} \moduleauthor{Sam Rushing}{rushing@nightmare.com} \sectionauthor{Christopher Petrilli}{petrilli@amber.org} % Heavily adapted from original documentation by Sam Rushing. -This module provides the basic infrastructure for writing asyncronous +This module provides the basic infrastructure for writing asynchronous socket service clients and servers. -%\subsection{Why Asyncronous?} - There are only two ways to have a program on a single processor do ``more than one thing at a time.'' Multi-threaded programming is the simplest and most popular way to do it, but there is another very |