pnoltes commented on code in PR #476: URL: https://github.com/apache/celix/pull/476#discussion_r1117931924
########## libs/framework/include/celix_framework.h: ########## @@ -31,6 +31,25 @@ extern "C" { #endif +/** + * @file + * @brief The Celix Framework API. + * + * The Celix Framework API provides the functionality to create and destroy a Celix framework instance. + * + * The Celix framework instance provides the following functionality: + * - Bundle management + * - Service management + * - Event management + * - Logging + * - Framework config properties + * - Framework events + * - Framework shutdown + * + * @note The Celix framework instance is thread safe. Review Comment: I added locking while accessing the bundle cache -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org