Giter VIP home page Giter VIP logo

begininvoketoasyncawaitapp's People

Contributors

eagleboost avatar

Stargazers

 avatar

Watchers

 avatar  avatar

begininvoketoasyncawaitapp's Issues

跨緒問題

在winform測試
增加一個label

在oncompleted
加入一個action
`
private Task DoSomethingUpdateAsync()
{
return Task.Run(async () =>
{

           Print("Call DoSomethingUpdateAsync() on background");
         await  _waiter.WaitAsync();//執行後回到主緒
           label1.Text = "updating safe....";
       });

}
`
上面代碼沒問題

主要是移除
await _waiter.WaitAsync();//執行後回到主緒
這拋跨緒錯誤

如果oncompleted開放給外部使用
Eg: oncompleted( x=>DoSomethingUpdateAsync())
但外部沒有加入await _waiter.WaitAsync()
我該如何限制呢?

https://github.com/yuessir/BeginInvokeToAsyncAwaitApp/blob/f2d3d8a395434ddef50c8e4c3edb837cffac537c/WindowsFormsApp1/Form1.cs#L114

支持winform?

支持winform嗎?
Controls.BeginInvoke();
public IAsyncResult BeginInvoke(Delegate method) => this.BeginInvoke(method, (object[]) null);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.