datavis-tech / topologica

Minimal library for reactive dataflow programming. Based on topological sort.
MIT License
50 stars 1 forks source link

Remove Async Function Support #25

Closed curran closed 6 years ago

curran commented 6 years ago

Support for async functions was added more as a fun experiment than as a response to an actual need.

As the library is supposed to be "minimal", I think this feature can be removed.

This would reduce API surface area, making the library simpler to use.

It would also reduce the size of the library.