I hereby claim:
- I am urcadox on github.
- I am urcadox (https://keybase.io/urcadox) on keybase.
- I have a public key whose fingerprint is 7C92 56D4 AB89 2A42 1D0F FDBF F19E 634D 4F24 A5C7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| alter table records | |
| add constraint cname_single_record_per_name_a | |
| exclude using gist (name with =, "type" with <>) | |
| where ("type" IN ('A', 'CNAME')); |
| object StuffUsingTimedFutures { | |
| def slowFuture(): Unit = { | |
| val future = Future { | |
| Thread.sleep(1000) | |
| } | |
| TimedFuture(future).printTime("foo") | |
| } | |
| } |