Giter VIP home page Giter VIP logo

sequester's Introduction

sequester's People

Contributors

flatheadmill avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jdrew1303

sequester's Issues

Initialize project.

  • empty index.js.
  • Add contribution guide.
  • README.md with just one sentence.
  • Minimal package.json.
  • MIT LICENSE with correct year.
  • .gitignore.
  • Create an empty diary.md.
  • Add a change log note to the diary.md about the initial commit.
  • Create a single test.
  • Create an Issue to publish 0.0.0 to NPM.

Convert documentation to Edify.

  • create gh-pages.
  • create pages directory.
  • create Makefile.
  • create pages/index.html.
  • copy README.md into edify.js.
  • create a pedestrian README.
  • create a project edify.js.
  • create a package.json.
  • create a .nojekyll.
  • create a GitHub Pages README.
  • create .gitignore.

Add LGPL 3.0.

  • Delete LICENSE.
  • Update README.
  • Add COPYING.
  • Add COPYING.LESSER.
  • Update package.json.
  • Update release.md.

Implement shared queue.

To implement individual locks that can track the locks and unlocks a specific "thread" of execution we implement the queue as a common queue where locks are instances of locks that insert functions into the queue with an identifier that will track which locks did not completely release their locks or called unlock when locks were not held.

Implement lock disposal.

When disposing a lock instance the instance asserts that it has no locks outstanding. The lock identifier is recycled.

Release version 0.0.0.

  • Update the Issue number in this Issue.
  • Update change log.
  • Create a release-0.0.0 branch using git checkout -b release-0.0.0.
  • Update package.json version to 0.0.0.
  • Commit with message git commit -a -m "Release 0.0.0.".
  • Get the timestamp with git greenwich. (My own little git extension.)
  • Add timestamp in README.md.
  • Commit timestamp in previous commit with git commit --amend -a.
  • Add "Closes #3." to commit git commit --amend -a.
  • Clean the working directory of cruft using npm-cleanup. (My own little extension.)
  • Publish with npm publish.
  • Tag with git tag v0.0.0.
  • Push to GitHub with git push origin v0.0.0.
  • Checkout master with git checkout master.
  • Merge with git splice release-0.0.0.
  • Push to GitHub with git push origin HEAD.
  • Delete branch with git branch -d release-0.0.0.

Downgrade example does not downgrade.

Calling shared from within an exclusive lock does not downgrade the lock, not if there has been a call to exclusive while the exclusive lock was held.

Initialize shared function parameters in constructor.

Finding it useful to be able to specify the parameters passed to a shared function in the constructor when using Sequester to create a latch. The use case is when a latch is sometimes necessary but not always necessary, and when it is not always necessary you create a dummy latch that is already open, but in order to do so you must provide the value to the constructor that would have been provided by exclusive action of the latch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.