dius 0.1.0
Loading...
Searching...
No Matches
dius::linux::MakeSocketSender Struct Reference

#include <platform/linux/dius/linux/io_uring_context.h>

Public Types

using is_sender = void
 
using AsyncSocket = linux::AsyncSocket<di::Void>
 
using CompletionSignatures
 

Public Attributes

IoUringContextparent
 
di::ReferenceWrapper< AsyncSocketsocket
 

Friends

template<di::ReceiverOf< CompletionSignatures > Receiver>
auto tag_invoke (di::Tag< di::execution::connect >, MakeSocketSender self, Receiver receiver)
 
constexpr friend auto tag_invoke (di::Tag< di::execution::get_env >, MakeSocketSender const &self)
 

Member Typedef Documentation

◆ AsyncSocket

◆ CompletionSignatures

Initial value:
di::CompletionSignatures<di::SetValue(di::ReferenceWrapper<AsyncSocket>),
di::SetError(di::Error), di::SetStopped()>

◆ is_sender

Friends And Related Symbol Documentation

◆ tag_invoke [1/2]

template<di::ReceiverOf< CompletionSignatures > Receiver>
auto tag_invoke ( di::Tag< di::execution::connect > ,
MakeSocketSender self,
Receiver receiver )
friend

◆ tag_invoke [2/2]

friend auto tag_invoke ( di::Tag< di::execution::get_env > ,
MakeSocketSender const & self )
friend

Member Data Documentation

◆ parent

IoUringContext* dius::linux::MakeSocketSender::parent

◆ socket

di::ReferenceWrapper<AsyncSocket> dius::linux::MakeSocketSender::socket

The documentation for this struct was generated from the following file: