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

Migrate all abstractions to Synchronisation layer or to edge #459

Open
3 of 6 tasks
pitr-ch opened this issue Nov 2, 2015 · 1 comment
Open
3 of 6 tasks

Migrate all abstractions to Synchronisation layer or to edge #459

pitr-ch opened this issue Nov 2, 2015 · 1 comment
Assignees
Labels
bug A bug in the library or documentation.

Comments

@pitr-ch
Copy link
Member

pitr-ch commented Nov 2, 2015

Classes using mutex:

  • MVar
  • TVar
  • Dereferencable (when is it suppose to be removed?)

Classes with final ivars not using layer:

  • Maybe
  • Tick
  • possibly others
@pitr-ch pitr-ch added the bug A bug in the library or documentation. label Nov 2, 2015
@pitr-ch pitr-ch added this to the 1.0.0 Release milestone Nov 2, 2015
@jdantonio
Copy link
Member

Removing Dereferencable is a breaking API change. I think 2.0 is the appropriate time.

I've tried to update MVar to use the synchronization layer but the tests fail every time. I haven't explored it deeply.

Anything related to channels (like Tick) can wait. Those are Edge and and need a lot more work before I would recommend using them.

@jdantonio jdantonio mentioned this issue Nov 3, 2015
@jdantonio jdantonio modified the milestones: 2.0.0 Release, 1.0.0 Release Nov 3, 2015
@pitr-ch pitr-ch modified the milestones: 1.2.0, 2.0.0 Apr 17, 2017
@pitr-ch pitr-ch self-assigned this Jul 6, 2018
@pitr-ch pitr-ch removed this from the 1.2.0 milestone Jul 6, 2018
@pitr-ch pitr-ch added this to Interesting features in Hackathon Aug 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in the library or documentation.
Projects
Hackathon
Interesting features
Development

No branches or pull requests

2 participants