Being reading a lot about betterC, but still have some questions

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue Jul 9 22:11:04 UTC 2024


On 09/07/2024 9:58 PM, kiboshimo wrote:
> On Tuesday, 9 July 2024 at 09:30:18 UTC, Richard (Rikki) Andrew 
> Cattermole wrote:
>> Threads are indeed gone.
> 
> Oh no.
> 
>> If you want them, you'll have to call out to the system API and do 
>> your own thing.
> 
> I hope "doing my own thing here" could be linking to a C library that 
> interacts with the OS on my behalf.

If you don't need to interact with an existing thread abstraction such 
as druntime, working with pthreads or Windows threading abstraction 
isn't an issue.

These API's are pretty easy to interact with, I've got my own -betterC 
threading abstraction (I have good reasons not to recommend it here).

>> I cannot comment about web assembly since I haven't done
>> anything there, but some people have so hopefully they'll
>> comment about where to go from here.
> 
> Some of them might know. And if they know, them I will know. And if I 
> know, then, you know...

Oh I've seen them do stuff with it, its just not something I've wanted 
to learn, I have a lot of other stuff before it.


More information about the Digitalmars-d-learn mailing list