pulumi/changelog/pending
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
..
20240226--engine--fix-an-issue-where-snapshots-could-become-invalid-when-doing-a-targeted-up.yaml Make sure non-targeted resources are not updated (#15476) 2024-03-05 07:49:11 +00:00
20240227--sdkgen--support-for-non-overlay-components-in-codegen-for-pulumi-kubernetes-provider.yaml Support for non-overlay components in codegen for pulumi-kubernetes provider (#15490) 2024-03-04 19:37:54 +00:00
20240227--sdkgen-dotnet--codegen-fix-for-resources-without-constant-input-properties.yaml [dotnet] codegen fix for resources without constant input properties (#15488) 2024-03-02 06:01:31 +00:00
20240228--pkg--schema-newpluginloader-now-respects-pulumi_debug_providers-which-enables-pulumi-yaml-programs-to-work-correctly-with-this-feature.yaml Schema loader made to respect PULUMI_DEBUG_PROVIDERS (#15526) 2024-03-04 21:54:05 +00:00
20240301--pkg-testing--make-programtest-use-a-temporary-pulumi_home-for-each-test.yaml set PULUMI_HOME in ProgramTests (#15568) 2024-03-04 09:06:56 +00:00
20240302--sdk-python--fix-determining-plugins-for-old-packages-in-the-python-language-host.yaml Python: Fix determining plugins for old packages (#15576) 2024-03-04 07:23:34 +00:00
20240304--cli-new--strip-credentials-and-query-strings-from-template-urls-saved-to-project.yaml [cli/new] Strip sensitive data from template URLs (#15586) 2024-03-04 23:09:42 +00:00
20240305--backend-service--make-decrypt-encrypt-network-calls-retryable-to-help-work-around-network-hiccups.yaml allow retries for encrypt/decrypt API calls (#15600) 2024-03-06 08:35:36 +00:00
20240305--sdk-python--add-support-for-asynchronous-invokes-via-a-new-invoke_async-function.yaml [sdk/python] Add an `invoke_async` function (#15602) 2024-03-06 00:32:39 +00:00
20240306--sdk-python--adds-a-to_thread-static-method-to-output-to-allow-running-code-in-another-thread-and-capturing-the-result-as-an-output.yaml Add an `Output.to_thread` method 2024-03-06 15:31:10 -08:00