Skip to content

Releases: pishen/akka-ui

Use Scala Macros to avoid the stateful Source/Sink creation

18 Apr 11:25
Compare
Choose a tag to compare

Bugfixes and improvements

18 Apr 11:24
Compare
Choose a tag to compare
  • Use MergeHub and BroadcastHub to avoid preMaterialize's closing problem.
  • Use SourceQueue and SinkQueue to force typing.

Bump Akka version and remove custom zipLatest

08 Apr 10:51
Compare
Choose a tag to compare
0.4.2

bump the akka version and remove custom zipLatest

Separate the implicit classes for Source and Flow

20 Nov 06:23
Compare
Choose a tag to compare

Since F[O, M] cannot recognize Flow properly, write another implicit class for Flow before better solution is found.