RustDDS icon indicating copy to clipboard operation
RustDDS copied to clipboard

Implement TopicListener

Open jhelovuo opened this issue 4 years ago • 0 comments

Design and implement API to notify the application about topic events. Specified in "2.2.2.3.5 TopicListener Interface" The mechanics of the interface should be implemented using mio (0.6.x) Evented interface and e.g. mio channels to implement asynchronous reads from DDS.

jhelovuo avatar Jan 05 '21 20:01 jhelovuo