Skip to content

Conversation

@carllerche
Copy link
Contributor

This adds an implementation of Unpin for NotifyHandle. Unpin is
only available on the nightly channel, so the implementation is guarded
by a feature flag.

The implementation will always be needed as the struct contains a raw
pointer to a trait object.

This adds an implementation of `Unpin` for `NotifyHandle`. `Unpin` is
only available on the nightly channel, so the implementation is guarded
by a feature flag.

The implementation will always be needed as the struct contains a raw
pointer to a trait object.
`TaskUnpark` is deprecated, but is still used in some cases.
@carllerche
Copy link
Contributor Author

I'm still working on this, it looks like there are more places to impl.

`UnparkEvents` is deprecated, but is still used in some cases.
@carllerche
Copy link
Contributor Author

Ok, I think I got the types that matter.

@MajorBreakfast
Copy link
Contributor

👍

@MajorBreakfast MajorBreakfast merged commit 0c15b63 into rust-lang:0.1 Sep 1, 2018
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.

2 participants