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

tricky-pipe improvements #37

Merged
merged 2 commits into from
Nov 29, 2023
Merged

tricky-pipe improvements #37

merged 2 commits into from
Nov 29, 2023

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented Nov 29, 2023

No description provided.

hawkw added a commit that referenced this pull request Nov 29, 2023
This commit adds code for constructing a `tricky-pipe` from a
user-provided `Arc` and `Box<[Cell<T>]>`, allowing nicer integration
with mnemOS' async allocator.
hawkw added a commit that referenced this pull request Nov 29, 2023
This commit adds `Sender::erase` and `Receiver::erase` methods that
convert an already-existing `Sender` or `Receiver` into a type-erased
`Sender`/`Receiver.
@hawkw hawkw force-pushed the eliza/arc-owns-pipe branch from 971305e to 8e6f893 Compare November 29, 2023 19:19
hawkw added a commit that referenced this pull request Nov 29, 2023
This commit adds code for constructing a `tricky-pipe` from a
user-provided `Arc` and `Box<[Cell<T>]>`, allowing nicer integration
with mnemOS' async allocator.
hawkw added a commit that referenced this pull request Nov 29, 2023
This commit adds `Sender::erase` and `Receiver::erase` methods that
convert an already-existing `Sender` or `Receiver` into a type-erased
`Sender`/`Receiver.
@hawkw hawkw force-pushed the eliza/arc-owns-pipe branch from 8e6f893 to 3368bb6 Compare November 29, 2023 19:38
This commit adds code for constructing a `tricky-pipe` from a
user-provided `Arc` and `Box<[Cell<T>]>`, allowing nicer integration
with mnemOS' async allocator.
This commit adds `Sender::erase` and `Receiver::erase` methods that
convert an already-existing `Sender` or `Receiver` into a type-erased
`Sender`/`Receiver.
@hawkw hawkw force-pushed the eliza/arc-owns-pipe branch from 3368bb6 to bf08d96 Compare November 29, 2023 20:10
@hawkw hawkw merged commit 6c68024 into main Nov 29, 2023
8 checks passed
@hawkw hawkw deleted the eliza/arc-owns-pipe branch November 29, 2023 21:26
hawkw added a commit that referenced this pull request Nov 29, 2023
This commit adds code for constructing a `tricky-pipe` from a
user-provided `Arc` and `Box<[Cell<T>]>`, allowing nicer integration
with mnemOS' async allocator.
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