Skip to content

Make env_t reentrant, allow and implement concurrent query evaluation. #1328

@srh

Description

@srh

You might say this is the second part of #1296. That issue's scope is now limited to reading blobs off disk simultaneously.

This issue requires more nonlocalized effort. env_t is a big monolithic type that can't be used reentrantly (in the sense of multiple coroutines on the same thread using it), and that's a blocking problem for this issue.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions