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

Reply via email to