keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
89 stars 38 forks source link

refactoring: extract handle_poller_events() #177

Closed keepsimple1 closed 4 months ago

keepsimple1 commented 4 months ago

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