On Monday, 21 November 2022 at 14:36:43 UTC, Paul Backus wrote:
On Thursday, 17 November 2022 at 22:05:45 UTC, jwatson-CO-edu wrote:
* Compatibility with both Windows and Linux. What do I need to consider?
  - Can I create threads/processes under Windows?

[core.thread][1] and [std.process][2] provide platform-independent interfaces for this that should work on both Windows and Linux.

[1]: https://druntime.dpldocs.info/core.thread.html
[2]: https://phobos.dpldocs.info/std.process.html

Splendid! High praise to the contributors that were able to do this on multiple platforms!

Reply via email to