├── 0000-template.md ├── LICENSE ├── README.md └── text ├── 0001-RFCs proposal.md ├── 0002-execution-contexts.md ├── 0003-wait-group.md ├── 0007-event_loop-refactor.md ├── 0009-lifetime-event_loop.md └── 0011-extending-api-docs.md /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /text/0001-RFCs proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/text/0001-RFCs proposal.md -------------------------------------------------------------------------------- /text/0002-execution-contexts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/text/0002-execution-contexts.md -------------------------------------------------------------------------------- /text/0003-wait-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/text/0003-wait-group.md -------------------------------------------------------------------------------- /text/0007-event_loop-refactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/text/0007-event_loop-refactor.md -------------------------------------------------------------------------------- /text/0009-lifetime-event_loop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/text/0009-lifetime-event_loop.md -------------------------------------------------------------------------------- /text/0011-extending-api-docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/crystal-lang/rfcs/HEAD/text/0011-extending-api-docs.md --------------------------------------------------------------------------------