Docs.rs
bitcoin-sync-0.1.16-alpha.0
bitcoin-sync 0.1.16-alpha.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
klebs6
Dependencies
bitcoin-derive ^0.1.16-alpha.0
normal
bitcoin-imports ^0.1.16-alpha.0
normal
lazy_static ^1.4.0
normal
parking_lot ^0.12.1
normal
static_assertions ^1.1.0
normal
bitcoin-cfg ^0.1.16-alpha.0
build
Versions
17.54%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitcoin_
sync
0.1.16-alpha.0
Modules
annotated_mixin
debug_lockorder_noop
unique_lock
Macros
assert_lock_held
assert_lock_not_held
enter_critical_section
launch_traced_thread
leave_critical_section
lock
lock2
reverse_lock
try_lock
wait_lock
with_lock
Structs
AnnotatedMixin
RemovePointer
RemoveReference
ScopedRawMutex
ScopedRawMutexGuard
Semaphore
SemaphoreGrant
ThreadInterrupt
UniqueLock
WaitTimedOut
Functions
assert_lock_held_internal
assert_lock_not_held_internal
check_last_critical
delete_lock
enter_critical
leave_critical
lock_stack_empty
trace_thread
wait_until
Type Aliases
DebugLock
MutexUniqueLock
RecursiveMutex
bitcoin_sync
Macro
assert_lock_not_held
Copy item path
Settings
Help
Summary
Source
macro_rules! assert_lock_not_held { ($cs:ident) => { ... }; }