add suspendPoint

This commit is contained in:
2025-11-12 22:20:17 +06:00
parent 80953f5d09
commit e0e1da5082
2 changed files with 19 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## 0.26.8
* `Coroutines`:
* Add simple suspend function `suspendPoint` which will ensure that current coroutine is active to let it be
destroyable even in case it have non-suspendable nature
## 0.26.7
* `Versions`: