Commit Graph

42 Commits

Author SHA1 Message Date
Nocturn9x e37ffdeb06 Initial broken work on a generic streams interface 2022-10-10 13:35:22 +02:00
nocturn9x 44a07521b2 Beautified and simplified some code + README additions 2021-07-22 11:13:08 +02:00
nocturn9x 9128cd9759 Breaking changes: do not use 2021-06-08 17:21:59 +02:00
nocturn9x 5dd15459ed Changed curio.TaskPool to curio.TaskGroup to reflect reality 2021-06-04 14:59:27 +02:00
nocturn9x a20123864b Minor fix 2021-06-03 16:39:22 +02:00
nocturn9x 792399744f Fixed sentence about curio/trio 2021-06-03 16:39:02 +02:00
nocturn9x a72bd99754 Fixed unordered list 2021-06-03 16:37:07 +02:00
nocturn9x 95a9300da8 Moved some code around, added more socket methods and fixed I/O for SSL sockets (hopefully) 2021-06-03 16:34:26 +02:00
nocturn9x fc13f5eef5 Minor wording and typos fixes 2021-05-21 11:43:24 +02:00
nocturn9x f55826d534 Moved socket functionality out of the loop and added some more functions to the socket module (updating examples) 2021-04-23 09:17:55 +02:00
nocturn9x dfcac651b4 Updated README with echo server example 2021-04-22 12:58:50 +02:00
nocturn9x 2429cbb863 Fixed some bugs with exceptions and propagations, I/O is broken 2020-11-27 21:52:45 +01:00
nocturn9x 4618c8cc79 Exceptions and cancellation seem to be working (except for server.py inside tests, investigation needed) 2020-11-26 16:57:20 +01:00
nocturn9x 31fa71fd84 Fixed capitalized name in README title 2020-11-21 14:03:19 +01:00
nocturn9x 42828a8642 Minor fixes to README 2020-11-21 14:02:38 +01:00
nocturn9x 490b729804 Fixed some typos and errors 2020-11-18 20:48:32 +01:00
nocturn9x 3661e75eec Improved coroutines explanation 2020-11-18 13:09:04 +01:00
nocturn9x db2acb9613 Small fixes 2020-11-18 12:50:58 +01:00
nocturn9x d60a372af5 Updated README, added debugging utility and simplified example 2020-11-18 12:13:46 +01:00
nocturn9x 70646a4767 Added some exclude paths to gitignore 2020-11-17 10:54:18 +01:00
nocturn9x e29eaf3862 Typos + some fixes 2020-11-17 10:20:50 +01:00
nocturn9x adbdfa1209 README almost complete, improved examples 2020-11-17 10:06:35 +01:00
nocturn9x 5bfc12fc73 typo 2020-11-13 23:34:29 +01:00
nocturn9x acdf56c87f Small fixes 2020-11-13 22:53:54 +01:00
nocturn9x 07bbffc556 typos 2020-11-13 13:03:46 +01:00
Mattia d522146de3
typo 2020-11-13 13:02:49 +01:00
nocturn9x 8986da1b98 Made the readme actually nice to read and easy to understand, some sections still need to be completed.
Updated examples and added some more safety checks at giambio.run and giambio.spawn
2020-11-13 13:01:40 +01:00
nocturn9x 5ff8d4a06e Updated README 2020-11-12 22:27:12 +01:00
nocturn9x 1676f3149b Small changes, cancellation needs a fix 2020-07-06 20:09:13 +00:00
nocturn9x 1b958b0341 Major refactoring, cancellation needs a fix 2020-06-16 16:56:11 +00:00
nocturn9x fb4628a1f9 Small fix 2020-04-24 20:10:41 +00:00
Mattia d07847ed69
Greatly improved readme
Added contributing section, changed the titles of sections and improved explanations
2020-04-24 20:10:14 +02:00
Mattia 578939e562
Improved readme as in dev branch 2020-04-24 19:49:10 +02:00
nocturn9x 9f7286c69b Updated README 2020-04-05 10:26:05 +00:00
nocturn9x 6e49e5112d Small change to README 2020-03-25 06:58:28 +00:00
nocturn9x f64d7ef355 Added some code example 2020-03-24 19:11:31 +00:00
nocturn9x 5cd785427d Added some explanations 2020-03-24 19:04:38 +00:00
nocturn9x ecd5d37d89 Small fix 2020-03-24 13:26:44 +00:00
nocturn9x ac238dc47d Small fix 2020-03-24 13:23:14 +00:00
nocturn9x 14e96abd22 Small fix 2020-03-24 13:20:19 +00:00
nocturn9x c6e04a5057 Added a small README and divided the lib into multiple files 2020-03-24 13:19:10 +00:00
Mattia a2233f7408
Initial commit 2020-03-19 18:18:20 +01:00