databendlabs / openraft

rust raft with improvements
Apache License 2.0
1.41k stars 158 forks source link

Doc: Add documentation for `AsyncRuntime::Watch` traits #1240

Closed drmingdrmer closed 2 months ago

drmingdrmer commented 2 months ago

Changelog

Doc: Add documentation for AsyncRuntime::Watch traits

Add comprehensive documentation for the Watch trait and its associated traits in the AsyncRuntime module. This improves code clarity and helps developers understand the purpose and usage and behavior of these traits.


This change is Reviewable