forked from eclipse-score/testing_tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
citComponent Integration TestsComponent Integration TestsorchOrchestration and runtimeOrchestration and runtime
Description
crate async_runtime
├── mod channels: pub
│ └── mod spsc: pub
│ ├── struct Receiver: pub
│ │ └── async fn recv: pub
│ ├── struct Sender: pub
│ │ └── fn send: pub
│ ├── fn create_channel: pub
│ └── fn create_channel_default: pub
The behavior should be similar to channels in well established crates like futures and Tokio. If our documentation is not clear, topics for improvement should be reported in https://github.com/qorix-group/inc_orchestrator_internal/issues/148
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
citComponent Integration TestsComponent Integration TestsorchOrchestration and runtimeOrchestration and runtime