0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 20 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into future More... over 11 years ago
Merge branch 'master' into future More... over 11 years ago
adding prtty print for future More... over 11 years ago
Merge branch 'master' into future More... over 11 years ago
Merge branch 'master' into future More... over 11 years ago
propagate eevent handler on reattach. More... over 11 years ago
completing future "call stack". attach returns a future that fires when the attached callback *finishes*. also making it so that when a future A returns a future (B), future A does not fire, but isntead reattachs its callbacks to future B. if future B returns a value, future B fires the callbacks with that value, but if it returns a future (C), binds its callbacks to C ad infinitum. this makes it so that values deep deep withing "callback" heck can bubble up in a makshift "stack" and the top-level has to worry about one thing only: attach a cb to the return of the entrance point to the async operation. if it returns a value, then the cb is called with that value. if it returns a future, that future will represent the innermost computed value. bitchin. More... over 11 years ago
adding (broken, apparently) feature where attach returns a future fulfuilled when the attached callback is finished. More... over 11 years ago
Merge branch 'master' into stream More... over 11 years ago
Merge branch 'master' into future More... over 11 years ago
adding event handling to futures. More... over 11 years ago
fix typo More... over 11 years ago
some commenting updates and removing :clear in run-future in favor of actually having a value in the future that specifies whether to clear callbacks after a run (preserve-callbacks, defaults to nil). More... over 11 years ago
making callbacks run in order of attachment More... over 11 years ago
initial futures implementation. for now, this is just a class and a simple set of functions/macro(s) for dealing with a future, but this is not integrated into the rest of the system. it will most likely stay this way for now, since the servers shouldnt use futures anyway, the tcp client is streaming, which really doesnt make sense for futures (value vs continuous data) and the http client is going to be replaced by drakma anyway. the purpose of this is to provide an interface for drivers to use futures. More... over 11 years ago
Merge branch 'master' into stream More... over 11 years ago
Merge branch 'master' of github.com:orthecreedence/cl-async More... over 11 years ago
Merge branch 'dns64fix' More... over 11 years ago
Merge branch 'master' of github.com:orthecreedence/cl-async More... over 11 years ago
Merge pull request #24 from mindpool/add-signums More... over 11 years ago
Merge pull request #23 from mindpool/add-mac-support More... over 11 years ago
Merge pull request #14 from neonsquare/master More... over 11 years ago
Merge pull request #13 from neonsquare/master More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
Merge ../async-branch More... over 11 years ago
Initial commit w/ documentation. More... over 11 years ago