Reactive database access on the JVM https://blog.frankel.ch/reactive-database-access/
#database #ReactiveProgramming #Hibernate #SpringDataR2DBC #jOOQ
#database #ReactiveProgramming #hibernate #jooq #springdatar2dbc
#BlockHound: how it works https://blog.frankel.ch/blockhound-how-it-works/
#blockhound #ReactiveProgramming #reactive #fromthearchives
RxGo (reactive extensions for Go) uses native Golang channels for communication.
https://github.com/ReactiveX/RxGo
There doesn't seem to be a popular implementation of actor systems in Go yet. Maybe buffered channels can be used as the mailboxes for actors, which can themselves be goroutines. :blobthinking: