Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LazyMutable should be exported to an external library #386

Open
paagamelo opened this issue May 27, 2020 · 0 comments
Open

LazyMutable should be exported to an external library #386

paagamelo opened this issue May 27, 2020 · 0 comments

Comments

@paagamelo
Copy link

Some candidates for an external library are:

  • LazyMutable class, it allows to have a lazy initialised var (differs from a lateinit var because the client can specify an initialiser which is called lazily). It's not thread safe, when exporting it to a library a thread safe version should be implemented as well;
  • RangeExtensions, along with their tests;
  • IntersectionUtils, these are dependent on Alchemist geometry abstractions (e.g. vectors, segments), exporting them may be a thorny issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant