luna-rs / luna

A scalable and efficient Runescape server targeting revision #377

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove io.luna.util.LazyVal

jhg023 opened this issue · comments

In order to maintain a clean codebase, unused classes should be removed. If there's one or more reasons to keep this class around for future use, please post them below. Otherwise, this class should be removed.

commented

It's essentially the same thing as google's memoize, but without any synchronization. This file can be removed as well

commented

Merge with #218