mirror of
				https://github.com/jrcutler/threadless.io.git
				synced 2024-07-07 10:35:49 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							| @@ -1,2 +1,11 @@ | ||||
| # threadless.io | ||||
| Threadless I/O | ||||
|  | ||||
| ## Concurrent I/O without threads | ||||
|  | ||||
| `threadless.io` will present multiple mechanisms to perform I/O operations concurrently without threads. Eventually, this will include the following: | ||||
| * Event loops | ||||
|  * `select` | ||||
|  * `epoll` | ||||
|  * `kqueue` | ||||
| * Asynchronous callback-based I/O | ||||
| * Psuedo-blocking I/O with coroutines | ||||
|   | ||||
		Reference in New Issue
	
	Block a user