CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
lifetime
08-27
Blockchain
Rust Actix Web use Hashmap in both middleware and app data lifetime error
08-24
Software engineering
Rust "..does not live long enough"
08-09
other
How can I couple the lifetimes of two variables?
07-09
Software design
Is it defined behavior to explicitly call a destructor and then use placement new to reconstruct it?
07-03
OS
Rust lifetimes in async wrapper for sync code
06-16
database
Temporary lifetime extension mixed with copy elision object on clang
06-14
Net
Lifetime of the returned range-v3 object in C
06-08
Back-end
Lifetime extension of temporary objects: what is the full expression containing a function call?
06-02
Mobile
How do I specify an associated type with a lifetime parameter?
05-21
Enterprise
How to parallelize this loop?
05-06
Mobile
Deserializing a struct with custom data types
05-03
Software engineering
Borrowed value does not live long enough when used by thread
05-03
Net
Cannot construct from a reference in a generic function (value does not live long enough)
04-18
Net
Constraining lifetimes of a borrow of an impl Trait object
03-18
Back-end
Dangling reference solution
12-29
Mobile
Lifetime bound in Async function which is also an argument
12-27
database
Can std::atomic_flag be safely destroyed after calling notify_all?
12-11
Mobile
Troubles implementing a callback system in Rust
12-07
Net
Difference between AddDbContext and AddDbContextFactory
12-04
Back-end
memset of allocated memory after std::vector::reserve
11-26
front end
Is it possible that `shared_ptr::use_count() == 0` and `shared_ptr::get() != nullptr`?
11-04
Back-end
Why do &str arrays in Rust passed as parameters have different lifetimes?
10-14
OS
How to use rust async_trait generic to a lifetime parameter?
09-24
Software engineering
Lifetime for ref to generic in trait
09-17
front end
Type is not generic enough error when wrapping a function with parameters with lifetimes
Links:
CodePudding