Skip to content

Commit

Permalink
feat(tricky-pipe): add oneshot::ErasedReceiver (#39)
Browse files Browse the repository at this point in the history
Similarly to the `mpsc::ErasedSender` added in
d319bd7, this commit adds an
`ErasedReceiver` to the `oneshot` module, which can be dynamically
downcast once a message has been received.
  • Loading branch information
hawkw committed Dec 1, 2023
1 parent d319bd7 commit 117f6aa
Showing 1 changed file with 356 additions and 67 deletions.
Loading

0 comments on commit 117f6aa

Please sign in to comment.