use_trio_on_win
Tyler Goodlet 2021-09-18 15:25:43 -04:00
parent 4259738864
commit 91f222983c
1 changed files with 4 additions and 0 deletions

View File

@ -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.