256lights / zb

An experiment in hermetic, reproducible build systems
MIT License
185 stars 3 forks source link

JSON-RPC cancellation #23

Open zombiezen opened 3 weeks ago

zombiezen commented 3 weeks ago

LSP documents a notification for canceling a request, which should be implicitly sent from the client when the context is canceled, and should cancel the context on the server.