kore/examples/python-async
Joris Vink 1ebd82969c Add timeout support to proc.recv() 2019-02-26 15:22:55 +01:00
..
conf Add async socket example. 2018-11-23 22:34:09 +01:00
src Add timeout support to proc.recv() 2019-02-26 15:22:55 +01:00
.gitignore Add python-async example. 2018-11-22 15:23:44 +01:00
README.md Add async socket example. 2018-11-23 22:34:09 +01:00

README.md

Kore python async/await examples.

Run:

	$ kodev run

Test:

	$ curl -k http://127.0.0.1:8888/queue
	$ curl -k http://127.0.0.1:8888/lock
	$ curl -k http://127.0.0.1:8888/proc
	$ curl -k http://127.0.0.1:8888/socket