mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-08 08:23:07 +00:00
remove example file (included by accident)
This commit is contained in:
parent
ade1f3018e
commit
b64014c154
@ -1,18 +0,0 @@
|
||||
import os
|
||||
import ../../chronos
|
||||
|
||||
proc child11() {.async.} =
|
||||
echo "I ran"
|
||||
await sleepAsync(10.milliseconds)
|
||||
|
||||
proc child2() {.async.} =
|
||||
os.sleep(10)
|
||||
|
||||
proc child1() {.async.} =
|
||||
await child2()
|
||||
await child11()
|
||||
|
||||
proc p() {.async.} =
|
||||
echo "r1"
|
||||
await child1()
|
||||
echo "r2"
|
||||
Loading…
x
Reference in New Issue
Block a user