Enable the ability to specify async backend with examples with some cleanup organization - #47
Merged
Merged
Conversation
use the async_backend option in examples Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Make aio/lib.zig a file struct and move it to aio.zig rename aio as AsyncIO properly namespace types in AsyncIO cleanup function names move imports to the bottom update other files to acurately refer to AsyncIO Tardy move imports to the bottom of file use the new AsyncIO type namespace types properly Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
rename completion module to results improve module organizaitons organize core entry module Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
rename cross.lib module to cross Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
remove unused imports in examples move imports in aio to the bottom to make logic more prominent use update organization everywhere Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Organize net.Socket Organize aio/* modules Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
modularize src.core components modularize src.runtime components update tardy to new namespacing update runtime module to Runtime move imports to the bottom of file Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
…c0f9b51d8 Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
reduce namespacing for std.math in some cases Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>
Collaborator
Author
|
This branch has help to catch an error in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Started organizing one after another and diff got big. Lets finish it now
partially resolves #45