On Friday, 10 February 2023 at 21:52:02 UTC, ProtectAndHide wrote:
Well in Swift, there is no problem .. at all.
Why is it a problem in D then? (and I mean technically).
What about the increment operator `++` ?
On 2/12/23 3:29 PM, Steve wrote:
In my case args will just be the body of the HTTPServerRequest which is
JSON. How can I get that JSON and pass it to async() in a manner that
ensures I get a worker thread?
I think it needs to be immutable if it's a reference.
-Steve
On Sunday, 12 February 2023 at 19:39:49 UTC, Steven Schveighoffer
wrote:
On 2/12/23 2:17 PM, ccmywish wrote:
Hi, everyone!
I'm very new to D. I see a function called
[iota](https://dlang.org/library/std/range/iota.html)
`Iota` seems a [Greek
letter](https://en.wikipedia.org/wiki/Iota). Why
On Sunday, 12 February 2023 at 19:38:47 UTC, Steven Schveighoffer
wrote:
That might work, depending on args. As documented in the API,
if anything in args are mutable references, then it is run as a
task, and the same problem still applies (it will use a fiber,
and count on the concurrency of v
On 2/12/23 2:17 PM, ccmywish wrote:
Hi, everyone!
I'm very new to D. I see a function called
[iota](https://dlang.org/library/std/range/iota.html)
`Iota` seems a [Greek letter](https://en.wikipedia.org/wiki/Iota). Why
does it relate to range?
It came from C++. See notes here:
https://en.c
On Saturday, 11 February 2023 at 05:02:49 UTC, Steven
Schveighoffer wrote:
Reported
https://issues.dlang.org/show_bug.cgi?id=23687
Assuming this is a compiler bug and it gets fixed, does this seem
like something worth trying to add to std.range?
On 2/12/23 1:01 PM, Steve wrote:
On Sunday, 12 February 2023 at 15:24:14 UTC, Steven Schveighoffer wrote:
Any synchronous calls will just be synchronous. They aren't going to
participate in the async i/o that vibe uses.
In other words, when you block on a call to sqlite, it will block
everyth
Hi, everyone!
I'm very new to D. I see a function called
[iota](https://dlang.org/library/std/range/iota.html)
`Iota` seems a [Greek
letter](https://en.wikipedia.org/wiki/Iota). Why does it relate
to range?
On Sunday, 12 February 2023 at 15:24:14 UTC, Steven Schveighoffer
wrote:
Any synchronous calls will just be synchronous. They aren't
going to participate in the async i/o that vibe uses.
In other words, when you block on a call to sqlite, it will
block everything else in your web server until
On 2/12/23 6:05 AM, Steve wrote:
Hi,
I'm trying D for the first time and so far I'm really impressed with
both D and vibe-d.
My test project is an application server and I want to use SQLite3 as
its database. I understand Vibe.d uses an async model under the hood and
so my question is are V
Hi,
I'm trying D for the first time and so far I'm really impressed
with both D and vibe-d.
My test project is an application server and I want to use
SQLite3 as its database. I understand Vibe.d uses an async model
under the hood and so my question is are Vibe-d and ddbc
compatible?
Than
11 matches
Mail list logo