Jiří Činčura 2-1
567
page-template,page-template-full_width,page-template-full_width-php,page,page-id-567,bridge-core-3.0.2,qode-page-transition-enabled,ajax_fade,page_not_loaded,,vertical_menu_enabled, vertical_menu_hidden,vertical_menu_hidden_with_logo, vertical_menu_width_260,qode-title-hidden,side_menu_slide_with_content,width_470,qode-theme-ver-28.8,qode-theme-bridge,disabled_footer_top,qode_header_in_grid,wpb-js-composer js-comp-ver-6.9.0,vc_responsive

Jiří Činčura

1. Tasks and Await from the ground up

Tasks are great. You can write on a few, or even a single, line what took before maybe at least 20 lines. How are tasks related to good old threads? And what is await doing? Is it using threads? Is there a difference between asynchronous code and multithreaded code…