You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because right now quoted promise don't work like promises anymore to fix #153
Blocking of promise should work like boxing and unboxing. So JavaScript functions and methods get promise like object.
this works:
(let ((x (vector '>(wait 100010) '>(wait 100010))))
(--> x (map (lambda (x) (set-obj! x 'then))))
(Promise.all x))
The text was updated successfully, but these errors were encountered:
Example:
This is because right now quoted promise don't work like promises anymore to fix #153
Blocking of promise should work like boxing and unboxing. So JavaScript functions and methods get promise like object.
this works:
The text was updated successfully, but these errors were encountered: