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

Reintroduce ComThread and move base functions into ObjectFactory #670

Merged

Conversation

matthiasblaesing
Copy link
Member

The removal of the ComThread broke one use case of the win32.com.util
packages. It was now necessary to explicitly handle threading and COM
initialization.

The intention was to broaden the possible use cases of the win32.com.util
package.

This changeset tries to reinstantiate the old functionality while keeping
the benefits of the intended change by introducing a new baseclass.

Closes #651

The removal of the ComThread broke one use case of the win32.com.util
packages. It was now necessary to explicitly handle threading and COM
initialization.

The intention was to broaden the possible use cases of the win32.com.util
package.

This changeset tries to reinstantiate the old functionality while keeping
the benefits of the intended change by introducing a new baseclass.
@matthiasblaesing matthiasblaesing merged commit 6a288ba into java-native-access:master Jun 23, 2016
@matthiasblaesing matthiasblaesing deleted the simple_com_thread branch June 23, 2016 19:50
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
Motivation:

We should keep our actions up to date.

Modifications:

Upgrade all github actions to latest releases

Result:

Housekeeping
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.

1 participant