{"id":63080,"library":"ckb-async-runtime","title":"ckb-async-runtime","description":"Utilities for managing Tokio runtime instances, used in the CKB blockchain project.","status":"active","version":"1.1.1","language":"rust","source_language":null,"source_url":"https://github.com/nervosnetwork/ckb","tags":["tokio","async","runtime","ckb","blockchain"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nckb-async-runtime = \"1.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ckb-async-runtime","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Runtime","correct":"use ckb_async_runtime::Runtime;"}],"quickstart":{"code":"use ckb_async_runtime::Runtime;\n\nfn main() {\n    let rt = Runtime::new().unwrap();\n    rt.block_on(async {\n        println!(\"Hello from CKB async runtime!\");\n    });\n}","lang":"rust","description":"Create and use a Tokio-based runtime."},"warnings":[{"fix":"Consider using tokio directly for non-CKB projects.","message":"This crate is tightly coupled to CKB internals; may not be suitable for general use.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'async':3,18 'blockchain':15,21 'ckb':2,14,20 'ckb-async-runtim':1 'instanc':10 'manag':7 'project':16 'runtim':4,9,19 'tokio':8,17 'use':11 'util':5","created_at":"2026-06-17T16:39:33.077696+00:00","updated_at":"2026-06-17T16:39:33.077696+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nervosnetwork/ckb","github":"https://github.com/nervosnetwork/ckb","docs":"https://docs.rs/ckb-async-runtime/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}