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.
EventMachine based, promise/deferred implementation