keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
102 stars 39 forks source link

refactoring: extract handle_poller_events() #177

Closed keepsimple1 closed 8 months ago

keepsimple1 commented 9 months ago

This patch is refactoring only: make ServiceDaemon::run() better organized. No changes to the logic or the behavior.