[libmicrohttpd] Question about the new `mhd_threads.h` header
From:
silvioprog
Subject:
[libmicrohttpd] Question about the new `mhd_threads.h` header
Date:
Thu, 11 Aug 2016 16:06:39 -0300
Hello,
I've looked at last commits and found a new header: mhd_threads.h. It has functions like MHD_create_thread(), MHD_create_named_thread() and MHD_join_thread(), however it seems only to MHD's internal using. BTW these functions could be also very useful for MHD consumers. WDYT?