mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-06 16:03:08 +00:00
9 lines
173 B
Nim
9 lines
173 B
Nim
|
|
import
|
||
|
|
chronicles,
|
||
|
|
chronos
|
||
|
|
|
||
|
|
import ../../../waku/waku_core/message
|
||
|
|
|
||
|
|
proc newPushHandlerFuture*(): Future[(string, WakuMessage)] =
|
||
|
|
newFuture[(string, WakuMessage)]()
|