Docs.rs
edge-executor-0.1.0
edge-executor 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ivmarkov
Dependencies
async-task ^4
normal
embedded-svc ^0.22
normal
heapless ^0.7
normal
log ^0.4
normal
waker-fn ^1.1
normal
simple_logger ^2.2
dev
Versions
3.45%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
NotifyFactory
Required Associated Types
Notify
Required Methods
notifier
Implementors
In edge_executor
?
Trait
edge_executor
::
NotifyFactory
source
·
[
−
]
pub trait NotifyFactory { type
Notify
:
Notify
; fn
notifier
(&self) -> Self::
Notify
; }
Required Associated Types
source
type
Notify
:
Notify
Required Methods
source
fn
notifier
(&self) -> Self::
Notify
Implementors
source
impl
NotifyFactory
for
StdNotifyFactory
type
Notify
=
Arc
<
Condvar
>