Skip to main content
Ctrl+K
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Carbonite SDK - Home

Carbonite SDK

  • gitlab
  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

  • Carbonite SDK API
  • TaskingHelpers.h
  • CARB_ASYNC

CARB_ASYNC#

Defined in carb/tasking/TaskingHelpers.h

CARB_ASYNC#

A macro that can be used to mark a function as async, that is, it always executes in the context of a task.

Generally the body of the function has one of CARB_ASSERT_ASYNC, CARB_CHECK_ASYNC, or CARB_FATAL_UNLESS_ASYNC.

void CARB_ASYNC Context::loadTask();

previous

CARB_ASSERT_ASYNC

next

CARB_CHECK_ASYNC

NVIDIA NVIDIA

Copyright © 2018-2025, NVIDIA Corporation.

Last updated on Apr 22, 2025.