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

Detailed Description

A class that is intended to encapsulate the scheduling group specific key and "hide" it implementation concerns and details.

Note
this object can be copied accross shards and scheduling groups.

#include <seastar/core/scheduling.hh>

Public Member Functions

 scheduling_group_key (const scheduling_group_key &) noexcept=default
 The only user allowed operation on a key is copying.
 
 scheduling_group_key (scheduling_group_key &&) noexcept=default
 

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