Crates.io | isoprenoid |
lib.rs | isoprenoid |
version | 0.1.1 |
source | src |
created_at | 2024-11-22 10:34:42.775294 |
updated_at | 2024-11-22 11:04:10.477997 |
description | isoprenoid is the signals runtime framework backing flourish. |
homepage | |
repository | https://github.com/Tamschi/flourish |
max_upload_size | |
id | 1457257 |
size | 88,585 |
isoprenoid
isoprenoid
is the signals runtime framework backing flourish.
Distinct major versions of flourish are compatible as long as they use the same version of isoprenoid
.
"global_signals_runtime"
Implements SignalsRuntimeRef
for GlobalSignalsRuntime
.
"forbid_global_signals_runtime"
Asserts that "global_signals_runtime"
is not enabled.
runtime::SignalsRuntimeRef
].raw::RawSignal
].
UnmanagedSignal
and optionally UnmanagedSignalCell
traits.Please note that none of the function in this library are guaranteed to produce any memory barriers!