Skip to content

Commit c35ac5f

Browse files
committed
mention threads
1 parent 7adc836 commit c35ac5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/design.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Design
33

44
Waitress uses a combination of asynchronous and synchronous code to do its
55
job. It handles I/O to and from clients using the :term:`asyncore` library.
6+
It services requests via threads.
67

78
The :term:`asyncore` module in the Python standard library:
89

0 commit comments

Comments
 (0)