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

[SR-303] NSThread doesn't implement executing, finished, cancelled #4371

Closed
swift-ci opened this issue Dec 18, 2015 · 4 comments
Closed

[SR-303] NSThread doesn't implement executing, finished, cancelled #4371

swift-ci opened this issue Dec 18, 2015 · 4 comments
Assignees

Comments

@swift-ci
Copy link
Contributor

Previous ID SR-303
Radar None
Original Reporter joeiachievedit (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug
Assignee @phausler
Priority Medium

md5: 153d2fc9d9d4915f12528c818259a185

Issue Description:

NSThread as documented by https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSThread_Class/ has three properties:

executing
finished
cancelled

... none of which are currently implemented in the open source version of Foundation

@belkadan
Copy link

@parkera, do you want bugs for all the unimplemented features, or would you rather just track them with `NSUnimplemented`?

@parkera
Copy link
Member

parkera commented Dec 18, 2015

Probably we should just add them, and put NSUnimplemented there. This bug can track doing that.

@phausler
Copy link
Member

pushed 2d5bf13 -> swift-corelibs-foundation

This adds placeholders for the callstack methods as well as simple cancel executing and finished accessors.

@phausler
Copy link
Member

2d5bf13

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants