linusgroh’s avatarlinusgroh’s Twitter Archive—№ 2,110

  1. …in reply to @friedtm
    @friedtm @awesomekling It's single-threaded, so promise jobs are queued and executed after the main script (as per the spec) and after running event/timer/requestAnimationFrame/etc. callbacks in LibWeb (in absence of an event loop).
    1. …in reply to @linusgroh
      @friedtm @awesomekling However there's no support for async functions yet, so we may or may not have to come up with something different for those :)