Let's say I wanna reuse the lib code from another plugin.
Is there a way to have an API for an entry point like send_events(events) to call them from another plugin?
I really love the implementation of concurrency using atomics as well as the retry scheme and it would be interesting to be able to reuse this plugin code instead of re-implementing it.
However, I don't see public methods headers allowing this unless I'm missing something?