Skip to main content

pdk_classy/
shared_data.rs

1// Copyright (c) 2026, Salesforce, Inc.,
2// All rights reserved.
3// For full license text, see the LICENSE.txt file
4
5//! A layer to handle storing in a shared memory across the different workers of a host.
6
7pub mod concurrent_shared_data;
8mod in_memory_cache;