Expand description
Work-done progress sink.
Wraps the LSP window/workDoneProgress protocol. The sink is a no-op when
the client did not advertise the capability — long-running operations can
report unconditionally without checking.
Structs§
- Noop
Reporter - No-op reporter used when the client did not request progress.
- Progress
Sink - A handle that publishes updates to its inner reporter.
- Progress
Update - One progress step.
Traits§
- Progress
Reporter - A receiver for progress updates.