# ifndef _LIBCPP_HAS_NO_EXCEPTIONS template <class... _Args> _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAILABILITY_FILESYSTEM_LIBRARY void [[__noreturn__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_AVAI
To support some very keen users of older MacOS systems, MacPorts ships a newer packaged libc++.dylib on old systems that provides things like filesystem. Unsanctioned by llvm for sure, but it works, mostly. To make it work, MacPorts turns off the Apple availability settings and uses generic...
* @brief Apache Kafka C/C++ consumer and producer client library. * * rdkafkacpp.h contains the public C++ API for librdkafka. * The API is documented in this file as comments prefixing the class, * function, type, enum, define, etc. * For more information, see the C interface ...
* @file rdkafkacpp.h * @brief Apache Kafka C/C++ consumer and producer client library. * * rdkafkacpp.h contains the public C++ API for librdkafka. * The API is documented in this file as comments prefixing the class, * function, type, enum, define, etc. * For more informatio...
Change to CMake configuration to build library + examples + tests with MSVC2015 by@enricodetomain#699 Build: fix MinGW-w64 various undefined references by@anonimalin#705 handle_sent_request: comment-out unused function arg (bytes_transferred) by@anonimalin#709 ...
The Apache Kafka C/C++ library. Contribute to vsakharuk/librdkafka development by creating an account on GitHub.
* @brief Apache Kafka C/C++ consumer and producer client library. * * rdkafkacpp.h contains the public C++ API for librdkafka. * The API is documented in this file as comments prefixing the class, * function, type, enum, define, etc. * For more information, see the C interface ...
* @brief Apache Kafka C/C++ consumer and producer client library. * * rdkafkacpp.h contains the public C++ API for librdkafka. * The API is documented in this file as comments prefixing the class, * function, type, enum, define, etc. * For more information, see the C interface ...
* The provided 'consume_cb' instance has its 'consume_cb' function * called for every message received. * * The 'opaque' argument is passed to the 'consume_cb' as 'opaque'. * * Returns the number of messages processed or -1 on error. */ virtual int consume_callback (Topic *topic...
The Apache Kafka C/C++ library. Contribute to hqin/librdkafka development by creating an account on GitHub.