Skip to content
View ori88c's full-sized avatar
Block or Report

Block or report ori88c

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

Popular repositories Loading

  1. zero-backpressure-semaphore-typescript zero-backpressure-semaphore-typescript Public

    Semaphore for Node.js projects, inspired by the RAII idiom, focusing on backpressure control and graceful termination.

    TypeScript

  2. non-overlapping-periodic-job-scheduler non-overlapping-periodic-job-scheduler Public

    Periodic job scheduler ensuring non-overlapping executions and deterministic termination. Features a dynamically chosen interval between executions, determined by a user-injected calculator function.

    TypeScript

  3. delayed-async-task delayed-async-task Public

    A one-time task scheduler for asynchronous tasks, designed to schedule a single delayed execution. Features status getters to communicate the execution status, the ability to abort a pending execut…

    TypeScript