feat add todo
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
# Info
|
||||

|
||||
|
||||
# Todo
|
||||
- [ ] tokio client 并发请求
|
||||
- [ ] tokio server 并发写入
|
||||
|
@@ -28,6 +28,7 @@ async fn main() {
|
||||
let mut ids = Vec::new();
|
||||
let mut bf = Bloom::new_for_fp_rate(1000000usize, 0.0001f64).unwrap();
|
||||
|
||||
// TODO: @tqcq parallel request
|
||||
loop {
|
||||
// let username: String = (4..rng.random_range(4..20))
|
||||
// .into_iter()
|
||||
|
@@ -13,6 +13,7 @@ struct AppState {
|
||||
db_pool: MySqlPool,
|
||||
}
|
||||
|
||||
// TODO: @tqcq support pool for axum
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
tracing_subscriber::fmt::init();
|
||||
|
Reference in New Issue
Block a user