Add _thread.start_new_thread#1936
Conversation
5df519d to
94dccb3
Compare
palaviv
left a comment
There was a problem hiding this comment.
Looks great. Can you add a small snippet to see this running?
|
|
94dccb3 to
a6f6b1a
Compare
a6f6b1a to
d12a793
Compare
|
@palaviv I was actually able to get |
palaviv
left a comment
There was a problem hiding this comment.
Looks great. I missed that there are already tests for this.
| crossbeam-utils = "0.7" | ||
| generational-arena = "0.2" | ||
| parking_lot = { git = "https://github.com/Amanieu/parking_lot" } | ||
| parking_lot = { git = "https://github.com/coolreader18/parking_lot", branch="raw-re-is_locked" } |
There was a problem hiding this comment.
I was a bit iffy when we added the parking_lot from Github. For now at least add a TODO to change this.
There was a problem hiding this comment.
That was just temporary, the PR for that is merged now. I'll still add a TODO for the official git version, though, hopefully that will be published on crates.io soon.
d12a793 to
90223d8
Compare
Dependent on #1933 and #1935