fixes typos and some formatting
This commit is contained in:
@@ -2,7 +2,7 @@ defmodule Tasks do
|
||||
use Koans
|
||||
|
||||
koan "Tasks can be used for asynchronous computations with results" do
|
||||
task = Task.async(fn -> 3 *3 end)
|
||||
task = Task.async(fn -> 3 * 3 end)
|
||||
do_other_stuff()
|
||||
assert Task.await(task) + 1 == ___
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user