Skip to content

Passing data to thread without going via OS #142

Open
@daurnimator

Description

@daurnimator

There should be a way to pass data to a cqueues.thread without going via the OS.
e.g. to pass a string to a thread at the moment you need to write to a socketpair on one end and read it out on the other.
This means there are at least 2 syscalls and 2 copies for each piece of transferred.

Related? #64

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions