FuckYou 3d12866dc2 Minor update
- Added support for immediately posting values without async starting
- Added method to safely set field values. It handles cases of static- or object-fields
  - A note has been added to the JavaDoc. If you are considering using this method, please read the JavaDoc as it contains some vital information
- Properly defined the IgnorantRunnable
- Replaced all calls to sun.misc.Unsafe.putBoolean() with putInt() to support Android
2017-03-05 01:13:19 +01:00
2017-01-18 17:12:14 +04:00
2017-03-05 01:13:19 +01:00
2016-10-22 21:36:45 +04:00
2016-12-01 16:33:12 +04:00
2016-10-22 21:36:45 +04:00

This file is part of Async.

libGTools is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

libGTools is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with libGTools.	If not, see <http://www.gnu.org/licenses/>.

For further questions regarding your rights to libGTools, please contact Gabriel Tofvesson either by email at
gabriel.tofvesson@gmail.com
or by mail at
Bo Bergmans gata 9, 115 50, Stockholm, Sweden
Contacting these addresses under false pretences and/or with malicious intent (for example sending more than two messages without response from the recipient) is not permissible.
Description
Collecion of useful tools
Readme 144 KiB
Languages
Java 100%