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
feat: Add Promise.map_value for chaining a promise or plain value (lg……ierth#17)
This avoids the overhead of promise creation when working with plain values
while still being able to support promises without code duplication.