pulumi/sdk
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
..
go do a case insentitive PATH check on windows (#15587) 2024-03-05 12:23:25 +00:00
nodejs Fix side-by-side tests (#15595) 2024-03-05 13:50:45 +00:00
proto/go Clean up unused import warnings (#15581) 2024-03-04 13:01:25 +00:00
python Add an `Output.to_thread` method 2024-03-06 15:31:10 -08:00
.version Freeze v3.108.1 (#15563) 2024-03-01 19:55:08 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Go SDK transform support (#15355) 2024-02-27 13:00:45 +00:00
go.sum Go SDK transform support (#15355) 2024-02-27 13:00:45 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.