Skip to content

Commit 30355c0

Browse files
committed
fix: broken ci
1 parent e0ef097 commit 30355c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ffi/ffi_events.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ template enqueueOrMarkStuck(
233233
if not ffiCurrentNotifyEventEnqueued.isNil():
234234
ffiCurrentNotifyEventEnqueued()
235235

236+
template dispatchFFIEvent*(eventName: string, body: untyped) =
236237
## `body` must yield `string` / `seq[byte]`. FFI thread only: encodes into
237238
## a `c_malloc` buffer and enqueues; the event thread fans out to listeners.
238239
block:

0 commit comments

Comments
 (0)