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

Move from README to index #7

Merged
merged 3 commits into from
Jun 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-tactile
25 changes: 25 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# FreeCombine

- Protocol-free.
- Race-free.
- Yield-free.
- Sleep-free.
- Lock-free.
- Leak-free.
- Dependency-free.

## Salient features

1. "Small things that compose"
2. Futures _AND_ Streams

## Todo

1. maybe add an additional repo (FreeCombineDispatch) that depends on libdispatch to get delay, debounce, throttle
2. revamp StateThread to be exactly a concurrency aware version of TCA's store
3. Add support for Promise/Future
4. Add a repo which implements asyncPublishers for everything in Foundation that currently has a `publisher`
5. fully implement all Combine operators
6. Add a Buffer publisher/operator to reintroduce a push model via an independent source of demand upstream
7. Get to 100% test coverage
8. Document this at the level of writing a book in the form of playgrounds