A module for when you just need node to back off for a few milliseconds
thread-sleep the runs on multiple versions of node
Use thread-sleep if native compilation succeeded, otherwise it's a noop
> Node.js Desktop Automation for Windows. Precise thread sleep, emulate the mouse and keyboard.
Turns async function into sync via JavaScript wrapper of Node event loop
A handful tool to pause execution of all JavaScript code built on top of a famous library thread-sleep
Zero CPU overhead, zero dependency, true event-loop blocking sleep
A streaming way to send data to a Node.js Worker Thread
Resolves a promise after a specified delay
Runs the following loaders in a worker pool
A collection of small async/await utilities
Properly hijack require, i.e., properly define require hooks and customizations
Use Rollup with workers and ES6 modules today.
Cacheable Utilities for Caching Libraries
Add sleep() and usleep() to nodejs
Resolves a promise after a specified delay.
Library with base interfaces for LangGraph checkpoint savers.
A promise wrapper for `setTimeout`
A mutex for guarding async workflows
A simple in-process locking mechanism for critical sections of code.
Thread comment integration for Univer Sheets.
Shared thread comment UI components and services for Univer.
Thread comment UI integration for Univer Sheets.
Client library for interacting with the LangGraph API
Wrappers for sleep, threads, and condition variables to help with profiling.
A Ruby library that can execute a sleep while holding the Global VM Lock, which is pathological behavior that would normally be avoided in practice. However, having an easy method of blocking the Ruby VM from a thread is useful in certain debugging and simulation scenarios.
StartAt is a simple class for future code execution. It is designed to execute a block of code at a specific point in time in the future. StartAt works by spawning a new thread, determining how long it must wait (in seconds) until the future date and time is reached, calling sleep with the exact number of seconds to wait, and then executing the code block. StartAt was derived from a script written to post schedule information to Twitter for a symposium. The schedule robot posted event details exactly five minutes in advance of the event.
winloop is a Ruby Fiber::Scheduler built on Win32 I/O Completion Ports. It makes ordinary socket I/O, sleeps, timeouts and Mutex/Queue/Thread#join run cooperatively on a single thread — the async-runtime story that has always been weak on Windows, done the way libuv/mio/wepoll do it: readiness over an IOCP via \Device\Afd polling, with recv/send driven by the completion port. Requires a native Windows MSVC (mswin) build of Ruby.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.