Search

3 days ago
Learn »
...yes.
No objection to that here.

What owned by a thread means is that a...
4 days ago
Learn »
...the native memory model.

All memory is owned by the process, until proven otherwise. Which...
October 03
General »
...be a move though. An rvalue is owned, an lvalue is not. Whenever an lvalue...
September 21
General »
...thread is all about system handles being owned by classes, which don't offer this...
September 04
DIP Ideas »
...return array[0]; // Error: Variable `array` is owned by the stack due to the variable...
September 03
DIP Ideas »
...is owned by the stack

	called(globalPtr, ptr); // Error: Variable `ptr` which is owned by...
August 07
General »
...stdio : writeln;

struct Foo
{
    int x;
}

struct Owned(T)
{
    this(void* v) nothrow @nogc
    {
        debug...
August 02
DIP Ideas »
...can imagine you'd want to have owned is in a vector-like type that...
July 30
Announce »
...a function in Rust and had an owned pointer that hadn't been disposed of...
July 18
General »
...on it. It's
guaranteed to be owned by the function being called by virtue...
« First   ‹ Prev
1 2
Next ›   Last »