summaryrefslogtreecommitdiffstats
path: root/src/polyp/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/context.h')
-rw-r--r--src/polyp/context.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/polyp/context.h b/src/polyp/context.h
index ff93dd11..04e2af4d 100644
--- a/src/polyp/context.h
+++ b/src/polyp/context.h
@@ -51,13 +51,17 @@
* pa_mainloop_api structure.
*
* To actually be able to use these functions, an implementation needs to
- * be coupled to the abstraction. There are two of these shipped with
+ * be coupled to the abstraction. There are three of these shipped with
* polypaudio, but any other can be used with a minimal ammount of work,
* provided it supports the three basic events listed above.
*
* The implementations shipped with polypaudio are:
*
* \li \subpage mainloop - A minimal but fast implementation based on poll().
+ * \li \subpage threaded_mainloop - A special version of the previous
+ * implementation where all of Polypaudio's
+ * internal handling runs in a separate
+ * thread.
* \li \subpage glib-mainloop - A wrapper around GLIB's main loop. Available
* for both GLIB 1.2 and GLIB 2.x.
*