ysmood/nokit

Let the warp load support promise input

ysmood opened this issue · 1 comments

Such as

factory = ->
  kit.sleep(100).then ->
    -> @set @content.length

kit.warp('*')
.load factory()
.run()

done