asynkron / protoactor-go

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
5.02k stars 521 forks source link

feat(reentrancy): seperate reenterable and future generation #1002

Closed qazwsxedckll closed 8 months ago

qazwsxedckll commented 8 months ago

Wether a service is reenterable or an service interface returns future are different things, so separate the generation.