Skip to content

Commit b67c77e

Browse files
authored
Presentation v1.0.0. General review (#39)
1 parent 902eba2 commit b67c77e

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Asynchronous & reactive programming in Java
1+
= Asynchronous & reactive programming with Java
22
Marcos de la Calle Samaniego, @marcosDLCS <marcos.dlcs@gmail.com>
3-
v1.0.1, 2020-12-07
3+
v1.0.2, 2020-12-08
44
:toc:
55

66
++++
@@ -31,17 +31,17 @@ The project also provides, as documentation, a presentation about asynchronous a
3131
|===
3232
|Name |Version |Download |Updated at | Lang
3333

34-
|Programación asíncrona y reactiva en Java
35-
|1.0.0-M1
36-
| https://drive.google.com/file/d/1fUeRK2f4S3cV50-atfIrqswEHoeu4HGc/view?usp=sharing[pptx, window=_blank] or https://drive.google.com/file/d/1uJbjb3PBRYBUpaug1C5tr-2HsTK$$_$$8TY$$_$$/view?usp=sharing[pdf, window=_blank]
37-
|2020-12-07
38-
|🇪🇸
34+
| Programación asíncrona y reactiva con Java
35+
| 1.0.0
36+
| https://drive.google.com/file/d/1Whum-P6f5nqzq3Qj55C-p2DNLFvEKDBC/view?usp=sharing[pptx, window=_blank] or https://drive.google.com/file/d/1bnDI5x$$_$$jeQ1uV9MXXmi8-jbUGZ0Rfm9Z/view?usp=sharing[pdf, window=_blank]
37+
| 2020-12-08
38+
| 🇪🇸
3939

40-
|Asynchronous and reactive programming in Java
41-
|0.0.3-SNAPSHOT
40+
| Asynchronous and reactive programming with Java
41+
| 0.0.3-SNAPSHOT
4242
| https://drive.google.com/file/d/1vfMmL__LiVgOm2fLsEiZVVHBcqgiD4Ez/view?usp=sharing[pptx, window=_blank] or https://drive.google.com/file/d/11zZQBMAHh0cgV2gVhK-6L5KEZ4i9-hSv/view?usp=sharing[pdf, window=_blank]
43-
|2020-11-18
44-
|🇬🇧
43+
| 2020-11-18
44+
| 🇬🇧
4545
|===
4646

4747
== 📐 Examples

examples/06-project-loom/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The list of examples is as follows:
1313
* Loom Thread Builder
1414
* Three Million Tasks
1515
* Structured Concurrency
16-
* Cancellations and deadlines
16+
* Cancellations and Deadlines
1717

1818
== 📚 Stack
1919

0 commit comments

Comments
 (0)