Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Public Attributes | List of all members
seastar::smp_submit_to_options Struct Reference

Detailed Description

Options controlling the behaviour of smp::submit_to().

#include <seastar/core/smp.hh>

Public Member Functions

 smp_submit_to_options (smp_service_group service_group=default_smp_service_group(), smp_timeout_clock::time_point timeout=smp_no_timeout) noexcept
 

Public Attributes

smp_service_group service_group = default_smp_service_group()
 Controls resource allocation.
 
smp_timeout_clock::time_point timeout = smp_no_timeout
 

Member Data Documentation

◆ timeout

smp_timeout_clock::time_point seastar::smp_submit_to_options::timeout = smp_no_timeout

The timeout is relevant only to the time the call spends waiting to be processed by the remote shard, and not to the time it takes to be executed there.


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