qb
2.0.0.0
C++17 Actor Framework
|
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"
Go to the source code of this file.
Classes | |
class | qb::CoreSet |
Manages a set of core identifiers. More... |
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.
http://www.apache.org/licenses/LICENSE-2.0
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.