qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
CoreSet.h File Reference

Core set management for the QB Actor Framework. More...

#include <cstdint>
#include <qb/system/container/unordered_set.h>
#include <qb/utility/type_traits.h>
#include <vector>
#include "ActorId.h"
Include dependency graph for CoreSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qb::CoreSet
 Manages a set of core identifiers. More...

Detailed Description

Core set management for the QB Actor Framework.

This file defines the CoreSet class which manages sets of core IDs for the QB Actor Framework. It provides functionality to specify which cores should be used for actor execution and inter-core communication, allowing for efficient distribution of actors across available processing resources.

Author
qb - C++ Actor Framework

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.