Use py_resource module
[python/dscho.git] / Doc / libsomeos.tex
blobf9aedfe315146aab39b49e2370017c006666cebf
1 \chapter{Optional Operating System Services}
3 The modules described in this chapter provide interfaces to operating
4 system features that are available on selected operating systems only.
5 The interfaces are generally modelled after the \UNIX{} or C
6 interfaces but they are available on some other systems as well
7 (e.g. Windows or NT). Here's an overview:
9 \begin{description}
11 \item[signal]
12 --- Set handlers for asynchronous events.
14 \item[socket]
15 --- Low-level networking interface.
17 \item[select]
18 --- Wait for I/O completion on multiple streams.
20 \item[thread]
21 --- Create multiple threads of control within one namespace.
23 \end{description}