diff --git a/nooz/484.feature.rst b/nooz/484.feature.rst new file mode 100644 index 00000000..0b5c4b70 --- /dev/null +++ b/nooz/484.feature.rst @@ -0,0 +1,5 @@ +Remove legacy ``ActorNursery.run_in_actor()``, +``Portal.wait_for_result()`` and ``Portal.result()``. Use +``tractor.to_actor.run()`` for caller-owned one-shot tasks, +``Portal.run()`` for daemon RPC results or ``Portal.open_context()`` +for linked task dialogs.