Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove asyncDispose in session class #15657

Merged
merged 6 commits into from
May 3, 2024
Merged

Remove asyncDispose in session class #15657

merged 6 commits into from
May 3, 2024

Conversation

DonJayamanne
Copy link
Contributor

No description provided.


public get onDidKernelSocketChange() {
return this._onDidKernelSocketChange.event;
}
public abstract readonly status: KernelMessage.Status;
protected previousAnyMessageHandler?: IDisposable;
private disposeInvoked?: boolean;
public async disposeAsync(): Promise<void> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disposeAsync(): Promise<void> removed in favour of dispose(): void and triggering the onDidDispose event

@DonJayamanne DonJayamanne marked this pull request as ready for review May 3, 2024 16:13
@DonJayamanne DonJayamanne enabled auto-merge (squash) May 3, 2024 16:13
@VSCodeTriageBot VSCodeTriageBot added this to the May 2024 milestone May 3, 2024
@DonJayamanne DonJayamanne merged commit 77818ee into main May 3, 2024
28 checks passed
@DonJayamanne DonJayamanne deleted the noAsyncDispose branch May 3, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants