Created
May 10, 2020 20:06
-
-
Save jchapuis/df625c9e6792e8a83267868691d15de6 to your computer and use it in GitHub Desktop.
Markdium-Orchestrating startup and shutdown in Scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait Service extends Stoppable[Either[E, Unit]] { | |
def start(): Future[E, Unit] | |
def name: String | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment