Adding SSL version of the calculator example

- Used to test asyncio SSL on Windows mainly
- Skipping asyncio thread tests on Windows (due to getTimer wrapper bug
  on Windows)
This commit is contained in:
Jacob Alexander
2020-06-10 13:54:14 -07:00
parent 745887cee0
commit 6532ca571d
5 changed files with 606 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
#!/usr/bin/env python3
import asyncio
import argparse
import asyncio
import os
import time
import capnp
import socket
import ssl
import time
import capnp
import thread_capnp
this_dir = os.path.dirname(os.path.abspath(__file__))