Skip to content

Better support for non-Send types:#178

Merged
asomers merged 1 commit intomasterfrom
better_nonsend
Aug 23, 2020
Merged

Better support for non-Send types:#178
asomers merged 1 commit intomasterfrom
better_nonsend

Conversation

@asomers
Copy link
Copy Markdown
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