go like defer
Sometimes we need to judge something with multiple cases, but the main job should be done later. So we have Defered Branch!
defered manager
Contain async insanity so that the dark pony lord doesn't eat souls
``` npm install pallet-bundler or... npm install -g pallet-bundler ```
Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser
Windstorm is a library that allows element customization without needing to use css directly and without predefining hundreds or thousands of css classes with minor differences between a set of 20.
promise-click ==========
Front end for Kano's authentication flow.
Defer and recover for JavaScript and TypeScript, inspired by Golang. defer lets you schedule cleanup functions to run after a parent function exits, ensuring efficient resource management. recover helps handle errors gracefully, making them ideal for robu
An Expo Router template with React Native Skia (for high-performance graphic rendering & animations).
Go-to Expo Router template to build Universal Apps for Native & Web. ✨
Cross-project Redux Store
A portable Class implementation in javascript, forked from MooTools Prime
Gatsby plugin to add google tagmanager onto a site
Event Hub.
A small, responsive and lightweight image slider
ajax tool
Mesure scripts parse and execution time with this simple browser proxy
distributed queue runner based on redis
Run critical in a hexo project
jQuery style Deferreds
a linked list designed for working with [results](http://github.com/jkroso/result)
JSRoute is a the tiniest, lightweight, and simplest Hash Router made with Pure Vanilla JavaScript. Unlike React or Vue, JSRoute can work with existing DOM without any component. You can customize the router for your own demand.
Deferred execution Rust utilities.
A versatile and easy to use defer statement for Rust. Similar to Go's or Zig's defer.
模仿 jQuery.Deferred(),允许从 Future 实现类实例的外部对正在 pending 的 Future 对象进行 resolve 或 reject 处理。
A lightweight high-performance implementation of Go's defer statement.
A lightweight utility for spawning async tasks with fire-and-forget semantics and deferred result retrieval.
Hyper performant polyglot Database driver
A simple asynchronous runtime for executing async coroutines.
A deferred reference is not an actual reference, it is merely a smart pointer tied to the lifetime of the location it points to.
Asynchronous Deferred Calls
A single-assignment, weak reference wrapper for cyclic node graphs with late initialization
High-performance generational arena using handle-based deferred insertion with O(1) operations
Rust crate to help perform deferred execution of code logic.
Deferred for Delayer.
Simple mechanism for deferred execution of a block
FastPage applies the MySQL "deferred join" optimization to your ActiveRecord offset/limit queries.
Simple gem that extends Rails `request.remote_ip` to default to Cloudflare's `HTTP_CF_CONNECTING_IP` header.
Use this module to defer actions to the after-commit hook. This is useful if you want to trigger actions in after_create, after_destroy and after_update callbacks but want to execute them outside of the transaction (for example, to avoid deadlocks).
Wrap up some common functionality of deferring garbage collection. Often used to speed up test suites by 40%-60%.
A simple library to defer http requests until you can actually process them. (Think webhooks. Stripe webhooks, Twilio status callbacks, ect.)
The Deferring gem makes it possible to defer saving ActiveRecord associations until the parent object is saved.
Synchronous deferred operations with fibers (coroutines)
Monadic wrapper for values that lets you set up a default finalizer.
Go's defer functionality in ruby. Never forget to do something.
Makes ActiveRecord defer/postpone saving the records you add to an habtm (has_and_belongs_to_many) or has_many association until you call model.save, allowing validation in the style of normal attributes. Additionally you can check inside before_save filters, if the association was altered.