Registry / other / iceoryx2-bb-posix

iceoryx2-bb-posix

JSON →
library0.8.1rscratesunverified

High level safe abstractions for low level unsafe POSIX constructs in the iceoryx2 ecosystem.

# Cargo.toml [dependencies] iceoryx2-bb-posix = "0.8.1"
INSTALL
IMPORT
SIG · ICEORYX2-BB-POSIX
I
iceoryx2-bb-posix
otherrustv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PthreadBuilder
use iceoryx2_bb_posix::posix::PthreadBuilder;

Creates a POSIX thread using safe abstractions.

use iceoryx2_bb_posix::posix::PthreadBuilder; fn main() { let thread = PthreadBuilder::new() .name("worker") .create(|| println!("Hello from POSIX thread")) .unwrap(); thread.join().unwrap(); }
Debug
Known issues
breakingInternal crate, API may change without notice
fix
Pin to a specific version and monitor upstream changes
affects: >=0.8.0
Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
2
Resources
iceoryx2-bb-posix — cargo add iceoryx2-bb-posix · libregistry