Skip to content

Conversation

@passcod
Copy link
Member

@passcod passcod commented Jun 2, 2025

Fixes #19

Noting this is a breaking change due to changing

pub fn get_wrap<W: $wrapper + 'static>(&self) -> Option<&W>

to

pub fn get_wrap<W: $wrapper + 'static>(&self) -> Option<::std::cell::Ref<W>>

There might be a way to revert that change and/or not expose the Ref but I can't see it right now.


Reading list

@passcod passcod changed the title fix: do not extract wrappers before spawn descent fix: only extract active wrapper during spawn Jun 3, 2025
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.

Issue on the interaction between CreationFlags and JobObject wrapper

2 participants