tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
476 stars 29 forks source link

Add custom adaptor tutorial example #66

Open tcbrindle opened 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0440cdc) 97.70% compared to head (51e07ce) 97.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ======================================= Coverage 97.70% 97.70% ======================================= Files 62 62 Lines 2045 2045 ======================================= Hits 1998 1998 Misses 47 47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

tcbrindle commented 1 year ago

@jnytra If you can, would you mind looking through this tutorial/example and letting me know if anything is unclear or doesn't make sense?

jnytra commented 1 year ago

This is absolutely amazing. This is exactly what I needed to write a new adaptor. I don't have any comments yet, but I plan to write a new adaptor according to this tutorial, so I'll see.

tcbrindle commented 1 year ago

This is absolutely amazing. This is exactly what I needed to write a new adaptor. I don't have any comments yet, but I plan to write a new adaptor according to this tutorial, so I'll see.

@jnytra Sounds good! If you're planning to add any new adaptors or algorithms please file an issue first (I'll mark it as an enhancement and assign you to "fix" it) so that we don't end up working on the same thing :)