use ;
static LAST_CONNECTION_ID: AtomicU32 = new;
/// A unique identifier for network connections in the samod-core system.
///
/// `ConnectionId` represents a communication channel that can be used for sending
/// and receiving messages. Each connection has a unique identifier that is automatically
/// generated when the connection is created.
///
/// ## Usage
///
/// Connections are created through the `CreateConnection` command and are used to scope
/// network operations. All send and receive operations specify which connection
/// they operate on.
;