Cross platform child_process#spawn and child_process#spawnSync
Turn a string of command line options into an array for child_process.spawn
Promisified version of cross-spawn
Execute callbacks when child processes are spawned
Spawn commands like `child_process.exec` does but return a `ChildProcess`
Tiny process execution for humans — a better child_process
Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.
TypeScript definitions for cross-spawn
spawn processes the way the npm cli likes to do
a util for spawning git from npm CLI contexts
`@expo/turtle-spawn` is a wrapper around `@expo/spawn-async` library.
A Promise-based interface into processes created by child_process.spawn
Cross-platform support for running Windows executables
Converts an object to a child_process.spawn args array
An Rx-version of child_process.spawn
Extensions to Node.js child_process module
Simple, consistent sync or async process spawning
Emit errors on stdout stream for a spawned child process
Simple mock for child_process.spawn
Compile ES2015 block scoping (const and let) to ES5
Babel plugin to ensure function declarations at the block level are block scoped
Take care of your `spawn()`
Allow parsing of class static blocks
Easy and small child_process.spawn
This plugin provides a 'Spawn' class to easily fork OR thread long-running sections of code so that your application can return results to your users more quickly. This plugin works by creating new database connections in ActiveRecord::Base for the spawned block. The plugin also patches ActiveRecord::Base to handle some known bugs when using threads (see lib/patches.rb).
This plugin provides a 'Spawnling' class to easily fork OR thread long-running sections of code so that your application can return results to your users more quickly. This plugin works by creating new database connections in ActiveRecord::Base for the spawned block. The plugin also patches ActiveRecord::Base to handle some known bugs when using threads (see lib/patches.rb).
This plugin provides a 'spawn' method to easily fork OR thread long-running sections of code so that your application can return results to your users more quickly. This plugin works by creating new database connections in ActiveRecord::Base for the spawned block. The plugin also patches ActiveRecord::Base to handle some known bugs when using threads (see lib/patches.rb).
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.
pikuri-mcp adds Model Context Protocol support to pikuri-core agents: a +Pikuri::Mcp::Registry+ for declaring stdio + HTTP MCP servers, the +Pikuri::Mcp::Servers+ runtime that spawns them, a +Pikuri::Mcp::Synthesizer+ that LLM-fills missing server descriptions, a +Pikuri::Mcp::Verifier+ that screens server surfaces for prompt-injection patterns before any tool is advertised to the LLM, and a +Pikuri::Mcp::Extension+ that wires everything into a +Pikuri::Agent+ via +c.add_extension(...)+ in the +Agent.new+ block.