Add Fiber.try().

This commit is contained in:
Bob Nystrom
2014-10-15 06:36:42 -07:00
parent 24967ed4eb
commit f6cbb6ad75
13 changed files with 162 additions and 37 deletions
+6
View File
@@ -0,0 +1,6 @@
var fiber = new Fiber {
"s".unknown
}
fiber.try
IO.print(fiber.isDone) // expect: true