Staging
v0.5.1
https://github.com/python/cpython
Revision 93ee6e0b632fb10c435b692c242ee265cf64867f authored by Guido van Rossum on 31 July 1996, 17:35:30 UTC, committed by Guido van Rossum on 31 July 1996, 17:35:30 UTC
1 parent c5a3903
Raw File
Tip revision: 93ee6e0b632fb10c435b692c242ee265cf64867f authored by Guido van Rossum on 31 July 1996, 17:35:30 UTC
Add entry for _REENTRANT macro
Tip revision: 93ee6e0
libsomeos.tex
\chapter{Optional Operating System Services}

The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
The interfaces are generally modelled after the \UNIX{} or C
interfaces but they are available on some other systems as well
(e.g. Windows or NT).  Here's an overview:

\begin{description}

\item[signal]
--- Set handlers for asynchronous events.

\item[socket]
--- Low-level networking interface.

\item[select]
--- Wait for I/O completion on multiple streams.

\item[thread]
--- Create multiple threads of control within one namespace.

\end{description}
back to top