www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - BetterC threads?

reply 9il <ilyayaroshenko gmail.com> writes:
Does anyone have something for  nogc nothrow threads?
Mar 20 2020
next sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
On 21/03/2020 4:08 AM, 9il wrote:
 Does anyone have something for  nogc nothrow threads?
Just use a library like LibUV which has it all sorted out. And yes it does have TLS but it won't integrate on D's end I don't think it will be easily done. http://docs.libuv.org/en/v1.x/threading.html
Mar 20 2020
prev sibling next sibling parent Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= <aferust gmail.com> writes:
On Friday, 20 March 2020 at 15:08:30 UTC, 9il wrote:
 Does anyone have something for  nogc nothrow threads?
libuv seems working. I am playing around with it: https://gist.github.com/aferust/898a96fdfe23e72ce14685c7e0250e56
Mar 27 2020
prev sibling parent Guillaume Piolat <firstname.lastname gmail.com> writes:
On Friday, 20 March 2020 at 15:08:30 UTC, 9il wrote:
 Does anyone have something for  nogc nothrow threads?
dplug:core
Mar 28 2020