Yes, this happens in all previous versions
Not an error. Trying to add a timeout to runspaces in a runspace pool. For example, in Tome T's Foreach-Parallel function:
http://powertoe.wordpress.com/2012/05/03/foreach-parallel/
I would expect that I could define a runspacepool timeout when creating the runspacepool:
[Runspacefactory]::CreateRunspacePool(...)
At the very least, I would expect a property for each Runspace that defines the time that runspace began executing, allowing for manual calculation of a timeout.