Sunday, June 21, 2020

Javascript의 async를 보고 있으면

C++/C#의 virtual이 떠오른다.

그냥 function은 다 async라고 하면 되잖아.








No comments:

Post a Comment

창 핸들을 만드는 동안 오류가 발생했습니다

System.ComponentModel.Win32Exception was unhandled   MyForm w = new MyForm IntPtr handle = wnd.Handle;   // Exception occurs here class MyFo...