WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.142' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714445987.5260739326477050781250', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":1302,"date":"2013-02-26T15:15:58","date_gmt":"2013-02-26T14:15:58","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=1302"},"modified":"2013-02-26T15:17:05","modified_gmt":"2013-02-26T14:17:05","slug":"ccx-how-to-exposeconvert-an-existing-concurrencytask-to-windowsfoundationiasyncaction","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2013\/02\/26\/ccx-how-to-exposeconvert-an-existing-concurrencytask-to-windowsfoundationiasyncaction\/","title":{"rendered":"C++\/CX : How to expose\/convert an existing concurrency::task to Windows::Foundation::IAsyncAction^ ?"},"content":{"rendered":"

\"streamVideoBlobWindows81\"\ud83d\ude2e I am really writing a blog post on C++ ? Yest it seems so :). At this year MVP Summit I discovered how much fun I can have with C++ (and especially C++\/Cx in my case) thanks to Simon Ferquel<\/a> and Bruno Boucard<\/a>.<\/p>\n

concurrency::task are available through the “ppltasks.h” header files and can be considered as the TPL tasks in C#.<\/strong>
\nOne of the first thing I tried to do in a C++ component is to create a concurrency::task, use it and expose it as a IAsyncAction to the other C#\/JS component.
\n<\/p>\n

I often create components which needs initialization, and to do so I create tasks:<\/p>\n