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

Use LuaActor with SyncArbiter #15

Open
poga opened this issue Oct 9, 2018 · 0 comments
Open

Use LuaActor with SyncArbiter #15

poga opened this issue Oct 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@poga
Copy link
Owner

poga commented Oct 9, 2018

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?

@poga poga changed the title Support SyncArbiter Can't use LuaActor with SyncArbiter Oct 10, 2018
@poga poga added the enhancement New feature or request label Oct 14, 2018
@poga poga changed the title Can't use LuaActor with SyncArbiter Use LuaActor as a SyncArbiter Jan 27, 2019
@poga poga changed the title Use LuaActor as a SyncArbiter Use LuaActor with SyncArbiter Feb 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant