Skip to content

updated all relevant pubsub methods and types to use Arc for message content#10

Merged
rex-schilasky merged 1 commit intomainfrom
pubsub-arc-api
May 19, 2025
Merged

updated all relevant pubsub methods and types to use Arc for message content#10
rex-schilasky merged 1 commit intomainfrom
pubsub-arc-api

Conversation

@rex-schilasky
Copy link
Collaborator

Description

Switch API to use Arc for efficient, thread-safe message passing:

  • Updated all relevant methods and types to use Arc for message contents
  • Enables zero-copy transmission and improved memory management via reference counting
  • Adjusted trait signatures and internal data structures accordingly

@rex-schilasky rex-schilasky merged commit b99cde6 into main May 19, 2025
2 checks passed
@rex-schilasky rex-schilasky deleted the pubsub-arc-api branch May 19, 2025 13:38
@rex-schilasky rex-schilasky restored the pubsub-arc-api branch May 24, 2025 11:37
@rex-schilasky rex-schilasky deleted the pubsub-arc-api branch May 24, 2025 11:38
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