-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add common_system integration adapters #197
Copy link
Copy link
Closed
Labels
buildBuild system and configurationBuild system and configurationci-cdCI/CD and build automationCI/CD and build automationdependenciesExternal dependencies managementExternal dependencies managementenhancementNew feature or requestNew feature or requestloggingLogging related changesLogging related changestestingTesting related issuesTesting related issuesthreadingThreading and concurrencyThreading and concurrency
Description
Metadata
Metadata
Assignees
Labels
buildBuild system and configurationBuild system and configurationci-cdCI/CD and build automationCI/CD and build automationdependenciesExternal dependencies managementExternal dependencies managementenhancementNew feature or requestNew feature or requestloggingLogging related changesLogging related changestestingTesting related issuesTesting related issuesthreadingThreading and concurrencyThreading and concurrency
Summary
Changes
New Adapters
Build System Updates
Documentation
Purpose
This PR enables thread_system to seamlessly integrate with the broader ecosystem through common_system's standardized interfaces. Key benefits:
Technical Details
The adapters use conditional compilation (#ifdef USE_COMMON_SYSTEM) to:
Test Plan
Linked PR: #22 feat: add common_system integration adapters