256lights / zb

An experiment in hermetic, reproducible build systems
MIT License
313 stars 6 forks source link

JSON-RPC cancellation #23

Closed zombiezen closed 1 month ago

zombiezen commented 3 months 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.