pulumi/changelog
Paul Roberts 1ae62e839c Add an `Output.to_thread` method
This adds a `to_thread` static method to the `Output` class

This has the same general semantics as `asyncio.to_thread` but returns
an Output of the result, rather than an awaitable coroutine.

This allows customers to call blocking code on another thread and feed
the result back into their pulumi program as an Output which can be
simply consumed by resources.
2024-03-06 15:31:10 -08:00
..
pending Add an `Output.to_thread` method 2024-03-06 15:31:10 -08:00
config.yaml Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00