0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "Corrected a typo in actor.rb" More... over 17 years ago
Merge branch 'master' of git://github.com/larrytheliquid/dataflow More... over 17 years ago
Made declare properly be instance-specific so amiller can use it in Port & Actor More... over 17 years ago
Merged in amiller's changes from the merging_actors branch More... over 17 years ago
Corrected a typo in actor.rb More... over 17 years ago
Corrected a typo in actor.rb More... over 17 years ago
Implemented ports using dataflow variables, and a single state variable. Actors now don't need to use anything except ports and dataflow. More... over 17 years ago
Implemented ports using dataflow variables, and a single state variable. Actors now don't need to use anything except ports and dataflow. More... over 17 years ago
Updated actor.rb to note that it is still experimental. More... over 17 years ago
Fixed a TODO comment More... over 17 years ago
Updated README to use Actor class instead of old ErlangProcess class More... over 17 years ago
Also removed erlangprocess. More... over 17 years ago
Also removed erlangprocess. More... over 17 years ago
Removed dataflow2 again. More... over 17 years ago
Removed dataflow2 again. More... over 17 years ago
Merge branch 'master' of git://github.com/larrytheliquid/dataflow More... over 17 years ago
Properly merged with larrytheliquid's original. Renamed erlangprocess to actor. More... over 17 years ago
Properly merged with larrytheliquid's original. Renamed erlangprocess to actor. More... over 17 years ago
Got rid of double-checked race condition. We really just be caching a class_eval'd method on our Variable object after the first unification More... over 17 years ago
Got rid of double-checked race condition. We really just be caching a class_eval'd method on our Variable object after the first unification More... over 17 years ago
Merge branch 'master' of git://github.com/larrytheliquid/dataflow More... over 17 years ago
More readme updates. More... over 17 years ago
More readme updates. More... over 17 years ago
Modified the readme More... over 17 years ago
Modified the readme More... over 17 years ago
ErlangProcess extends from Thread. Added dataflow2 module that is entirely compatible with the original dataflow. More... over 17 years ago
ErlangProcess extends from Thread. Added dataflow2 module that is entirely compatible with the original dataflow. More... over 17 years ago
Lazy-load binding conditions for memory reasons. Accept nil as a variable to be bound. More... over 17 years ago
Use monitors for handling locking and waiting More... over 17 years ago
Changed erlangprocess to use ErlangModule so you can receive in the main object. More... over 17 years ago