fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Rationalise async and sync table query methods #88

Closed isaacabraham closed 5 years ago

isaacabraham commented 7 years ago

There are lots of table methods now with similar implementations for both Async and Sync verisons. These could (should?) be rationalised by using the Async versions and simply wrapping them for the sync implementations.

Thoughts welcome.