Skip to content
View leonkaihao's full-sized avatar

Block or report leonkaihao

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 Loading

  1. cometjs cometjs Public

    A http long pull module for server push

    JavaScript 1

  2. Go-like channels in TypeScript. Go-like channels in TypeScript.
    1
    import { Subject } from 'rxjs';
    2
    
                  
    3
    export class Deferred<T> {
    4
      promise: Promise<T>;
    5
      resolve!: (value?: T | PromiseLike<T>) => void;
  3. msgbus msgbus Public

    An entended message client framework for manging sending and receiving messages.

    Go

  4. nycab nycab Public

    nycab challenge

    Go