UNPKG

asyncplify

Version:

FRP (functional reactive programming) library for Javascript

7 lines (6 loc) 206 B
function SyncItem(context, item) { this.context = context; this.schedule = item.error ? schedulerExecuteSafe : schedulerExecuteUnsafe; this.item = item; } SyncItem.prototype.close = noop;