lnd/fn
Olaoluwa Osuntokun d702158d9b
fn: add new EventPublisher event pub/sub system
This builds on the concurrent queue to create a generic way to allow
goroutines to pub/sub information. An example includes being notified
each time a state machine is able to carry out a new state transition.
2024-01-23 19:09:39 -08:00
..
conc_queue.go fn: add new ConcurrentQueue[T] data structure 2024-01-23 19:09:29 -08:00
either.go fn: add new Either[L, R] type 2024-01-23 19:09:36 -08:00
events.go fn: add new EventPublisher event pub/sub system 2024-01-23 19:09:39 -08:00
go.mod fn: add new ConcurrentQueue[T] data structure 2024-01-23 19:09:29 -08:00
go.sum fn: add new ConcurrentQueue[T] data structure 2024-01-23 19:09:29 -08:00
option.go fn: add UnsafeFromSome to Option API 2024-01-11 16:40:48 -08:00