Skip to content

Instantly share code, notes, and snippets.

@polymorphic
Created December 5, 2013 01:30
Show Gist options
  • Save polymorphic/7798730 to your computer and use it in GitHub Desktop.
Save polymorphic/7798730 to your computer and use it in GitHub Desktop.
Symbol instead of String
val timeout1 = Promise[Any]()
system.scheduler.scheduleOnce(callTimeout(cnt))(timeout1.success('timeout))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment