Docs.rs
tibba-hook-0.2.2
tibba-hook 0.2.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
vicanso
Dependencies
dashmap ^6.1.0
normal
tibba-error ^0.2.2
normal
tracing ^0.1.44
normal
Versions
88.89%
of the crate is documented
Platform
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
Skip to main content
register_task
tibba_
hook
0.2.2
tibba_hook
Function
register_
task
Copy item path
Source
pub fn register_task(name: &
str
, task:
Arc
<dyn
Task
+
Send
+
Sync
>)
Expand description
注册一个具名钩子任务。同名任务重复注册时,新任务会覆盖旧任务。