commit f65365b43a6d098fb8067ef461a079dcc75162e0
parent 56e73f24ec003c1ac065bad53e526db5c5f9e4bd
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 27 May 2022 12:12:31 +0200
Doc.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/ext/posix-fd-support.h b/include/clap/ext/posix-fd-support.h
@@ -3,6 +3,7 @@
#include "../plugin.h"
// This extension let your plugin hook itself into the host select/poll/epoll/kqueue reactor.
+// This is useful to handle asynchronous I/O on the main thread.
static CLAP_CONSTEXPR const char CLAP_EXT_POSIX_FD_SUPPORT[] = "clap.posix-fd-support";
#ifdef __cplusplus