Skip to content

Instantly share code, notes, and snippets.

@tjheslin1
Created June 21, 2018 12:23
Show Gist options
  • Save tjheslin1/e5e206edb652f3002e1cfdec38dd7db4 to your computer and use it in GitHub Desktop.
Save tjheslin1/e5e206edb652f3002e1cfdec38dd7db4 to your computer and use it in GitHub Desktop.
def doThing(implicit ec: ExecutionContext) =

Can be replaced by:

type EC[_] = ExecutionContext

and

def doThing[_ : EC] =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment