This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
tendermint
Watch
1
Star
0
Fork
0
You've already forked tendermint
mirror of
https://github.com/fluencelabs/tendermint
synced
2025-04-25 14:52:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
blockchain
/
v2
/
types.go
5 lines
55 B
Go
Raw
Normal View
History
Unescape
Escape
blockchain v2: routines + Include an implementaiton of the routines specified in ADR-43 along with a demuxer and some dummy reactor code
2019-08-03 09:19:32 +02:00
package
v2
Modification based on feedback + `routine.send` returns false when routine is not running + this will prevent panics sending to channels which have been closed + Make output channels routine specific removing the risk of someone writting to a channel which was closed by another touine. + consistency changes between the routines and the demuxer
2019-08-06 13:27:15 +02:00
type
Event
interface
{
}
type
Events
[
]
Event
Reference in New Issue
Copy Permalink