Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Use LuaActor with SyncArbiter #15

@poga

Description

@poga

SyncArbiter allows us to put blocking statements to separated threads.

LuaActor is implemented with AsyncContext. In order to start an actor with SyncArbiter, it has to with SyncContext.

However, SyncContext does not provides rich APIs from AsyncContext, therefore it's not really compatible between these two implementation.

Maybe we can provide an alternative implementation such as SyncLuaActor?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions