[
https://issues.apache.org/jira/browse/IGNITE-17204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-17204:
--------------------------------------
Description:
.NET provides flexible way to execute tasks asynchronously using async/await.
To support passing context to such "co-routines" we should store it into
AsyncLocal instead of a ThreadLocal.
was:
.NET provides flexible way to execute tasks asynchronously using async/await.
To support passing context to such "co-routines" we should replace threadlocal
with asynclocal.
> .NET: Service caller context (ServiceCallContext) should work with async/await
> ------------------------------------------------------------------------------
>
> Key: IGNITE-17204
> URL: https://issues.apache.org/jira/browse/IGNITE-17204
> Project: Ignite
> Issue Type: Improvement
> Components: managed services
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
>
> .NET provides flexible way to execute tasks asynchronously using async/await.
> To support passing context to such "co-routines" we should store it into
> AsyncLocal instead of a ThreadLocal.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)