Client.close¶
Shut down the param thread pool, close the transport, mark closed.
Further API calls raise cloudsprite.CloudSpriteError — including
calls through resource handles captured before the close, which hold the
transport directly. Safe to call more than once.
Signature¶
close() -> None
Return shape¶
None
Permission¶
This is a local SDK helper. It does not call the CloudSprite HTTP API.
Usage¶
client.close()