Skip to content
View Raytlty's full-sized avatar
  • Xidian University
  • GuangDong ZhongShan
Block or Report

Block or report Raytlty

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rust-klefki rust-klefki Public

    rust-klefki versions

    Rust 2 1

  2. Registry for Actix SyncArbiter Actors Registry for Actix SyncArbiter Actors
    1
    /// === DESCRIPTION ===
    2
    /// This is a naive implementation of a registry for Actix Actors that
    3
    /// implement a SyncContext. Using it you can retreive an address for
    4
    /// any actor registered with it from any point in your program.
    5
    ///