书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 68 个相关结果.
  • FAQ

    846 2019-06-25 《Riker Document》
    FAQ FAQ What is Riker's goal? Riker's principle goal is to be a framework to make concurrent, resilient software development easy and to make the Actor Model applicable to a ...
  • Actors

    884 2019-06-25 《Riker Document》
    Actors Defining Actors Creating Actors Actor References Sending Messages Example Actors The actor model is a conceptual model to deal with concurrent computation1 . At the...
  • Logging

    446 2019-06-25 《Riker Document》
    Logging Base log level Default logger Logging Riker provides logging out of the box which is built on top of the Log crate logging facade. The logger module starts during th...
  • Actor

    1965 2019-06-25 《Riker - Rust框架》
    Actor 定义Actor 创建Actor Actor References 发送消息 示例 Actor Actor模型是处理并发计算的概念模型。 Riker框架的核心是四个主要组件: ActorSystem - 每个Riker应用程序有一个管理actor生命周期的ActorSystem Actor - 实现Actor特征的Rust...
  • Hisense

    Hisense Hacks From: eLinux.org Hisense US Digital (USDTV http://usdtv.com/ ) sold an HDTVReceiver called the DB-2010 manufactured by HiSense. The unit runs anembedded ...
  • Fault Tolerence

    602 2019-06-25 《Riker Document》
    Fault Tolerence Mailboxes Restart Strategy Escalate Strategy Stop Strategy Dead letters Supervisor Design Fault Tolerence Riker applications exhibit fault tolerent behavi...
  • findOneAndUpdate

    How to Use findOneAndUpdate() in Mongoose Getting Started Atomic Updates Upsert The `rawResult` Option How to Use findOneAndUpdate() in Mongoose Sponsor #native_company# ...
  • findOneAndUpdate

    How to Use findOneAndUpdate() in Mongoose Getting Started Atomic Updates Upsert The `rawResult` Option How to Use findOneAndUpdate() in Mongoose The findOneAndUpdate() ...
  • 日志

    722 2019-06-25 《Riker - Rust框架》
    日志 基本日志级别 默认日志 日志 Riker提供开箱即用的日志记录,它构建在Log crate日志记录外观之上。 记录器模块在actor系统启动期间启动,制作日志宏,例如info!,debug!,错误! 在ActorSystem :: new之后立即可用: #[macro_use] extern crate log ; let ...
  • Persisting State

    497 2019-06-25 《Riker Document》
    Persisting State Event Sourcing Enabling Persistence Persisting Events Replaying Events Event Store CQRS Persisting State Riker supports persistence so that actors can re...