Explorar o código

update questions

tcheukueppo %!s(int64=2) %!d(string=hai) anos
pai
achega
a1f603b5b3
Modificáronse 1 ficheiros con 1 adicións e 11 borrados
  1. 1 11
      docs/questions.md

+ 1 - 11
docs/questions.md

@@ -2,22 +2,12 @@
 
 1. How is `once` handled?
 
-2. How does the gc run accross each OS thread?
-
-3. Explain the automatic synchronization of shared memory?
-
 4. How to implement `.then` and `.catch` so that handlers get registered before work is scheduled for execution?
 
-5. How do you implement Maatines
-
-6. How to implement Works using Maatines
-
 7. How do you handle the scope of type I variables despite concurrency?
 
 8. How does method resolution work?
 
-9. How do you implement generator functions
-
 10. How do you implement phasers?
 
 11. How do you implement lazy evaluation?
@@ -32,4 +22,4 @@
 
 16. How do you implement the accumulator and destructor operator
 
-17. 
+18. How to resolve a Method/Function call taking variable number of arguments?