ServiceStack.Aws.DynamoDb: 有异步API吗?
ServiceStack.Aws.DynamoDb: Is there async APIs?
ServiceStack is a great library, and I'm now considering using it also for working with AWS DynamoDb.
然而,我能找到的唯一异步 API are these three:
CreateMissingTablesAsync
WaitForTablesToBeReadyAsync
InitSchemaAsync
有什么理由不为其余部分创建异步 API?异步 API 是否在管道中?
谢谢。
没有理由不存在异步重载,自 feature has never been requested 以来,它目前不在任何管道中。
任何 ServiceStack 软件的所有功能请求都应在 https://servicestack.uservoice.com 上请求,其中可以记录对该功能的需求,确定优先级,并且选民能够在该功能实现时得到通知。
ServiceStack is a great library, and I'm now considering using it also for working with AWS DynamoDb.
然而,我能找到的唯一异步 API are these three:
CreateMissingTablesAsync
WaitForTablesToBeReadyAsync
InitSchemaAsync
有什么理由不为其余部分创建异步 API?异步 API 是否在管道中?
谢谢。
没有理由不存在异步重载,自 feature has never been requested 以来,它目前不在任何管道中。
任何 ServiceStack 软件的所有功能请求都应在 https://servicestack.uservoice.com 上请求,其中可以记录对该功能的需求,确定优先级,并且选民能够在该功能实现时得到通知。