3 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...yes. No objection to that here. What owned by a thread means is that a... | |||
4 days ago Learn » Re: Variable modified by different threads. | |||
|---|---|---|---|
| |||
...the native memory model. All memory is owned by the process, until proven otherwise. Which... | |||
October 03 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...be a move though. An rvalue is owned, an lvalue is not. Whenever an lvalue... | |||
September 21 General » Re: Phobos v3 idea: File interface | |||
|---|---|---|---|
| |||
...thread is all about system handles being owned by classes, which don't offer this... | |||
September 04 DIP Ideas » Re: Escape Analysis & Owner Escape Analysis | |||
|---|---|---|---|
| |||
...return array[0]; // Error: Variable `array` is owned by the stack due to the variable... | |||
September 03 DIP Ideas » Re: Escape Analysis & Owner Escape Analysis | |||
|---|---|---|---|
| |||
...is owned by the stack called(globalPtr, ptr); // Error: Variable `ptr` which is owned by... | |||
August 07 General » Re: Shopping for template languages | |||
|---|---|---|---|
| |||
...stdio : writeln;
struct Foo
{
int x;
}
struct Owned(T)
{
this(void* v) nothrow @nogc
{
debug... | |||
August 02 DIP Ideas » Re: Separate slices and dynamic arrays | |||
|---|---|---|---|
| |||
...can imagine you'd want to have owned is in a vector-like type that... | |||
July 30 Announce » D Language Foundation April 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...a function in Rust and had an owned pointer that hadn't been disposed of... | |||
July 18 General » Re: DIP 1040 | |||
|---|---|---|---|
| |||
...on it. It's guaranteed to be owned by the function being called by virtue... | |||
Copyright © 1999-2021 by the D Language Foundation