Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

[POC] - Implement run_in_process concept for trio #1079

Closed

Conversation

pipermerriam
Copy link
Member

What was wrong?

I really want to move the process isolation out of the pluging API. This moves the logical location for running things in isolation to be via our service API.

How was it fixed?

This implements a trio-based run_in_process(async_fn, *args) function which runs async_fn(*args) in a separate process and returns the result.

See: python-trio/trio#5

To-Do

  • Clean up commit history

Cute Animal Picture

put a cute animal picture link inside the parentheses

@pipermerriam pipermerriam force-pushed the piper/trio-multiprocessing branch from a26f138 to 99d193e Compare September 9, 2019 19:07
@pipermerriam
Copy link
Member Author

@pipermerriam pipermerriam deleted the piper/trio-multiprocessing branch September 13, 2019 16:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant