Files
sourcekit-lsp/Sources/SourceKitD
Alex Hoppen 3d17caded6 Implement request cancellation
When receiving a `CancellationNotification`, we cancel the task that handles the request with that ID.

This will cause `cancel_notification` to be sent to sourcekitd or a `CancellationNotification` to be sent to `clangd`, which ultimately cancels the request.

rdar://117492860
2023-10-26 11:03:15 -07:00
..
2023-10-13 13:46:32 -07:00
2023-10-10 13:44:47 -07:00