* Changed update awaiting mechanism. Uses TaskCompletationSource, instead of ManualResetEvent

* Updated Dependencies
* Version incremented
This commit is contained in:
gutii
2026-04-23 21:29:20 +04:00
parent d4a5d3d6ee
commit 5dbf7f4073
9 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -4529,7 +4529,7 @@
Gets the update that triggered this awaiter handler.
</summary>
</member>
<member name="M:Telegrator.Handlers.Building.AwaiterHandler.Wait(System.Threading.CancellationToken)">
<member name="M:Telegrator.Handlers.Building.AwaiterHandler.Await(System.Threading.CancellationToken)">
<summary>
Waits for the specified update type to be received.
</summary>