Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 316 Bytes

File metadata and controls

9 lines (7 loc) · 316 Bytes

QueryPool - by Renan Honda

A project to create a query pool for SQL queries execution in parallel with callbacks!

RYH.QueryPool.Core

This is where the magic happens! Take a look in "QueryPool" and "QueryExecute" classes :)

ConsoleExample

This is just a console app to see everything working and commented.