2 Repos
Patterns for executing multiple promises assigned to object keys and resolving them collectively.
Distinct from Object Property Accessors: Distinct from property accessors or descriptors; it focuses on the asynchronous resolution of object-mapped promises.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Promise-Based Object Resolution. Refine with filters or upvote what's useful.
This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she
Provides a guide for executing multiple promises assigned to object keys and resolving them upon fulfillment.
This library provides a framework for building event-driven, non-blocking network applications in PHP. It enables the development of asynchronous TCP and TLS servers and clients that manage multiple concurrent connections without stalling the main execution thread. By utilizing an event-loop architecture, the library handles network operations and data exchange through asynchronous streams, ensuring that the application remains responsive during high-throughput tasks. The project distinguishes itself through its integration with operating system primitives, such as raw file descriptors and Un
Handles network operations and hostname lookups by returning objects that represent eventual completion of non-blocking tasks.