Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed async from tree | Sebastian Thiel | 2010-06-12 | 1 | -30/+0 |
| | |||||
* | Improved shutdown handling - although its impossible to prevent some stderr ↵ | Sebastian Thiel | 2010-06-11 | 1 | -0/+29 |
| | | | | printing thanks to the underlying threading implementation, we can at least make sure that the interpreter doesn't block during shutdown. Now it appears to be running smoothly | ||||
* | Renamed mp to async, as this is a much better name for what is actually ↵ | Sebastian Thiel | 2010-06-05 | 1 | -0/+1 |
going on. The default implementation uses threads, which ends up being nothing more than async, as they are all locked down by internal and the global interpreter lock |