/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/// Delineates a logical scope that has some beginning and end
/// (e.g. a function or block of code).
/// A cross cutting concern for carrying execution-scoped values across API
/// boundaries (both in-process and distributed).
/// Keeps track of the current [Context].