mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-24 08:15:25 +00:00
* fix asyncmacro * Apply suggestions from code review * Update lib/pure/asyncmacro.nim
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
discard """
|
||||
action: compile
|
||||
"""
|
||||
# XXX: action should be run!
|
||||
|
||||
import asyncdispatch
|
||||
|
||||
proc completeOnReturn(fut: FutureVar[string], x: bool) {.async.} =
|
||||
|
||||
Reference in New Issue
Block a user