6 Commits

Author SHA1 Message Date
93480ae071 Minor Update
- Added code to simplify getting classes whose fully qualified names might change
2017-01-18 17:12:14 +04:00
Gabriel Tofvesson
372acd1f7e Major update
- Added ability to "post" a return value to the Async object before completion
- Added ability to poll the return value of Async without awaiting completion
- Simplified SafeReflection "customEnum" method using Unsafe.
- Modified SafeReflection.<clinit> to support android
2017-01-10 07:24:04 +01:00
Gabriel Tofvesson
f83d25b732 Minor fixes
- Added minor change to support all languages (Java 5.0+)
2016-12-21 20:08:07 +01:00
Gabriel Tofvesson
f63b5beb93 Major update
- Updated code to support java 9 language level
- Moved field definitions in SafeReflection to clinit
2016-12-21 02:32:45 +01:00
5909e2ca0a Major Update
- Fixed Iterator and added remove()
- Added support for dispatching batch Async operations
- Rewrote lots of code to support lower language levels (java 5+)
2016-12-15 14:40:26 +04:00
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00