Add callback for task spawning

This commit is contained in:
Nikolay Kim 2023-01-03 18:27:40 +01:00
parent f5a7f97c9f
commit 925b757565
4 changed files with 70 additions and 7 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.4.7] - 2023-01-03
* Add callback for task spawning
## [0.4.6] - 2022-09-20
* Add System::block_on() helper method