mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	AsyncReply is awaitable
This commit is contained in:
		| @@ -75,5 +75,10 @@ namespace Esiur.Stores | ||||
|         { | ||||
|             return true; | ||||
|         } | ||||
|  | ||||
|         public AsyncReply<bool> Open(Structure settings) | ||||
|         { | ||||
|             return new AsyncReply<bool>(true); | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user