driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

Feature/direct submit #79

Closed nsoblath closed 3 years ago

nsoblath commented 3 years ago

Refined direct submission of messages to a service. Service already was setup to use a concurrent queue for message processing. I made service::submit_message() protected to remove it from the API, since users/client code should really use concurrent_receiver::process_message() instead.

I added the test program test_service.cc to include a test of the asynchronous message processing.

laroque commented 3 years ago

lgtm