andreiavrammsd / cpp-channel

Thread-safe container for sharing data between threads
https://blog.andreiavram.ro/cpp-channel-thread-safe-container-share-data-threads/
MIT License
400 stars 28 forks source link

Question about possible future target #39

Closed AbrilRBS closed 7 months ago

AbrilRBS commented 7 months ago

Hi, I'm looking into adding this library into Conan Center index, and a few questions came up during the review process of https://github.com/conan-io/conan-center-index/pull/23136

My main question is if you expect to ever use targets, and if so, what do you expect it to be.

/cc @toge

andreiavrammsd commented 7 months ago

Hi. At the moment, I don't see a use case for any other type of target except interface library. I don't plan to offer precompiled objects.

andreiavrammsd commented 7 months ago

@RubenRBS, did it help?

AbrilRBS commented 7 months ago

Oh my, sorry about that, I thought I had replied!

Yes, we have now merged the PR thanks to your clarifications :) Thanks a lot!