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

This commit contains a lot... #122

Merged
merged 2 commits into from
May 12, 2024
Merged

This commit contains a lot... #122

merged 2 commits into from
May 12, 2024

Conversation

Taaitaaiger
Copy link
Owner

Most types defined by the Julia C API are now exposed as opaque types to Rust. jl-sys's support library has gained many new functions to make this possible.

A multithreaded runtime is now available. The types that give access to a runtime are now called handles.

Async callbacks have been replaced with background and delegated tasks

The array API is consistent with other types, their element type parameter no longer refers to the element layout but the element type constructor.

For more changes see the changelog.

Most types defined by the Julia C API are now exposed as opaque types to Rust.
jl-sys's support library has gained many new functions to make this possible.

A multithreaded runtime is now available. The types that give access to a
runtime are now called handles.

Async callbacks have been replaced with background and delegated tasks

The array API is consistent with other types, their element type parameter no
longer refers to the element layout but the element type constructor.

For more changes see the changelog.
@Taaitaaiger Taaitaaiger merged commit 63953ca into master May 12, 2024
19 checks passed
@Taaitaaiger Taaitaaiger deleted the jlrs-0.20 branch May 20, 2024 16:27
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