2018-05-03 07:35:58 +00:00
|
|
|
// Package signal implements event-based signalling interface between status-go
|
2022-07-17 13:37:14 +00:00
|
|
|
// and externally linked codebases like status-mobile or status-desktop.
|
2018-05-03 07:35:58 +00:00
|
|
|
// Events are send asynchronously using OS-specific linking mechanisms. See sources
|
|
|
|
// for implementation details.
|
|
|
|
package signal
|