digitalmars.D - BetterC threads?
- 9il (1/1) Mar 20 2020 Does anyone have something for @nogc nothrow threads?
- rikki cattermole (5/6) Mar 20 2020 Just use a library like LibUV which has it all sorted out.
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (3/4) Mar 27 2020 libuv seems working. I am playing around with it:
- Guillaume Piolat (2/3) Mar 28 2020 dplug:core
Does anyone have something for nogc nothrow threads?
Mar 20 2020
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
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
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