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

Better support for non-Send types: #178

Merged
merged 1 commit into from
Aug 23, 2020
Merged

Better support for non-Send types: #178

merged 1 commit into from
Aug 23, 2020

Conversation

asomers
Copy link
Owner

@asomers asomers commented Aug 23, 2020

  • Added return_const_st for returning non-Send constants, similar to
    returning_st.

  • Added return_once_st for static methods. It was already available for
    non-static methods.

Fixes #80

* Added `return_const_st` for returning non-`Send` constants, similar to
  `returning_st`.

* Added `return_once_st` for static methods.  It was already available for
  non-static methods.

Fixes #80
@asomers asomers merged commit 833fa78 into master Aug 23, 2020
@asomers asomers deleted the better_nonsend branch August 23, 2020 23:20
asomers added a commit that referenced this pull request Aug 29, 2020
asomers added a commit that referenced this pull request Aug 29, 2020
Fix intermittency in tests from PR #178
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.

Better support for non-Send types
1 participant