5 Commits

Author SHA1 Message Date
Gabriel Tofvesson
c8a541912f Minor update
- Added simple Pair object due to lack of javafx support
2016-12-21 02:38:57 +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
1321d49f8c Major update
- Fixed prominent bugs in ShiftingList
  - Fixed shifting of data in the internal array
  - Fixed retainAll()
  - Fixed add(int, collection)
  - Fixed much more
- Changed name of enqueue() method in WorkerThread to push()
- Moved Enum reflection code to SafeReflection class
- Moved class instantiation (bypass construction) code to SafeReflection and optimized code
- Moved EnumDefinition class into SafeReflection as a static class
2016-11-12 01:28:54 +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
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00