Open
Description
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