Skip to content

async-start returns hash tables as lists #164

Description

@jinnovation

It appears that any value of START-FUNC for async-start that returns a hash table gets forwarded to FINISH-FUNC as a list. See repro below:

(async-start (lambda () (ht)) (lambda (res) (message "%s" (type-of res)))) ;; "cons"

(async-start (lambda () (ht)) (lambda (res) (message "%s" res))) ;; (hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data nil)

Is this a known limitation?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions