Created
October 27, 2016 19:14
-
-
Save mmollaverdi/78c41838266a1f446e3120c60889c6b5 to your computer and use it in GitHub Desktop.
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
import scala.concurrent.Future | |
def fetchSystem(id: String): Future[System] = ??? // do some magic to get system data from an API in a different galaxy | |
def fetchSystemStatus(id: String): Future[SystemStatus] = ??? // do some other magic to get system status from another API |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment