Skip to content

Add tests for channels::spsc module #58

@igorostrowskiq

Description

@igorostrowskiq
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    citComponent Integration TestsorchOrchestration and runtime

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions