3 Commits

Author SHA1 Message Date
0f8067a628 Major update
- Added support for getting current Async instance from Thread (thx Reflection <3 <3 <3)
- Added security checks to await() to prevent thread freeze from calling await() from async thread
- Added standard for all classes extending Async to follow
2016-11-24 19:17:47 +04:00
Gabriel Tofvesson
67e71d2d9a Major patch
Fixed major bug in Eco Async class causing infinite loop when await() is called
Added multiple variants of EcoAsync constructor to simplify and untangle code of future developers
EcoAsync is now generic and so is it's return type!
Added comments to every constructor so as not to confuse developers
2016-11-03 23:16:23 +01:00
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00