diff --git a/newsfragments/166.feature.rst b/newsfragments/166.feature.rst new file mode 100644 index 0000000..6713873 --- /dev/null +++ b/newsfragments/166.feature.rst @@ -0,0 +1,4 @@ +Switch to using the ``trio`` process spawner by default on windows. + +This gets windows users debugger support (manually tested) and in +general a more resilient (nested) actor tree implementation.