书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 355 个相关结果.
  • How To

    How to write a gRPC SDK for GreptimeDB How to use tokio-console in GreptimeDB
  • 任务

    任务 消息传递 任务通知 任务 任务是应用程序的“逻辑单元”。 它们类似于Go的goroutine和Erlang的进程,但是异步。 换句话说,任务是异步绿色线程。 鉴于任务运行异步逻辑位,它们由Future特征表示。 任务完成处理后,任务的future 实现将以()值完成。 任务被传递给执行程序,执行程序处理任务的调度。 执行程序通常在一组或...
  • Going deeper

    Futures: In Depth Tasks Runtime Model I/O with Tokio Example: A Chat Server Timers Essential combinators Returning futures Working with framed streams Building a runtime ...
  • 直接使用AsyncRead和AsyncWrite

    直接使用AsyncRead和AsyncWrite 用AsyncRead读取数据 用AsyncWrite写数据 关闭 一个使用AsyncWrite的例子 直接使用AsyncRead和AsyncWrite 到目前为止,我们都是在Tokio提供的I/O组合器场景下讨论了AsyncRead 和AsyncWrite 。通常这些就够了,但有时您需要实现自...
  • 指南

    如何为 GreptimeDB 开发一个 gRPC SDK 如何在 GreptimeDB 中启用 tokio-console How to trace GreptimeDB
  • Select

    418 2020-12-25 《Tokio v1.0 Tutorial》
    Select tokio::select! Syntax Return value Errors Pattern matching Borrowing Loops Per-task concurrency
  • Select

    413 2020-12-25 《Tokio v1.0 Tutorial》
    Select Select So far, when we wanted to add concurrency to the system, we spawned a new task. We will now cover some additional ways to concurrently execute asynchronous code w...
  • Rust

    EdgeDB Rust Client EdgeDB Rust Client EdgeDB maintains an client library for Rust. View the full documentation . #[tokio::main] async fn main () -> anyhow :: Result <()> ...
  • 指南

    如何为 GreptimeDB 开发一个 gRPC SDK 如何在 GreptimeDB 中启用 tokio-console
  • 深入

    Futures 任务 运行时模型 Tokio与I/O 示例:聊天服务器 Timers 基础组合器 返回Futures 使用构建流 构建一个运行时