6 Commits

Author SHA1 Message Date
c39869c25e Minor patch
Added more comments to make code more understandable to readers
2016-11-07 13:16:58 +04:00
02c4c7585d Minor patch
Addedcomment to package-scoped code
2016-11-07 12:33:17 +04:00
Gabriel Tofvesson
803fb55643 Major update
Fixed killing threads. Didn't work before if user started async with infinite loop
2016-11-06 17:55:29 +01:00
Gabriel Tofvesson
9c014689a1 Major update
Fixed major bug in Async when constructing a new object causing an infinite loop
Added an Async constructor for constructing a new object without parameters
Async is now generic and return type of await() is also generic!
2016-11-03 22:45:01 +01:00
Gabriel Tofvesson
533ee3e89b Minor improvements
- Added some simpler constructors to Async
2016-11-02 22:06:23 +01:00
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00